Skip to content

Commit fb40847

Browse files
committed
Added support for Bunny DNS provider
1 parent 1e2a21e commit fb40847

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Namingo Domain Manager supports the following **DNS providers**, each requiring
2222
|------------|---------------------|------------|---------------------|
2323
| **AnycastDNS** | `API_KEY` |||
2424
| **Bind9** | `API_KEY:BIND_IP` || 🚧 |
25+
| **Bunny** | `API_KEY` | |||
2526
| **Cloudflare** | `EMAIL:API_KEY` or `API_TOKEN` |||
2627
| **ClouDNS** | `AUTH_ID:AUTH_PASSWORD` |||
2728
| **Desec** | `API_KEY` |||

bootstrap/helper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ function getProviderDisplayName(string $provider): string {
598598
$providerNames = [
599599
'ANYCASTDNS' => 'AnycastDNS',
600600
'BIND9' => 'Bind',
601+
'BUNNY' => 'Bunny',
601602
'CLOUDFLARE' => 'Cloudflare',
602603
'CLOUDNS' => 'ClouDNS',
603604
'DESEC' => 'Desec',

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"adyen/php-api-library": "^28.1",
6464
"argora/tabler-assets": "^1.4",
6565
"liqpay/liqpay": "^1.4",
66-
"namingo/plexdns": "^1.0.8",
66+
"namingo/plexdns": "^1.0.10",
6767
"pear/net_dns2": "^2.0",
6868
"utopia-php/dns": "^1.3.0"
6969
},

env-sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ DNS_ANYCASTDNS_API_KEY=
3737
DNS_BIND_API_KEY=
3838
DNS_BIND_BIND_IP=
3939

40+
# BunnyDNS
41+
DNS_BUNNY_API_KEY=
42+
4043
# Cloudflare
4144
DNS_CLOUDFLARE_API_KEY=
4245

0 commit comments

Comments
 (0)