From 4374dc01d7fa8a7b7335916f1e8243322f4ba41d Mon Sep 17 00:00:00 2001 From: Jonathan Leroy Date: Tue, 17 Jun 2025 03:10:29 +0200 Subject: [PATCH] New provider: Bunny DNS --- .changelog/0c0c814add3c4ce5983eb3a6d0430de4.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 .changelog/0c0c814add3c4ce5983eb3a6d0430de4.md diff --git a/.changelog/0c0c814add3c4ce5983eb3a6d0430de4.md b/.changelog/0c0c814add3c4ce5983eb3a6d0430de4.md new file mode 100644 index 0000000..24340ae --- /dev/null +++ b/.changelog/0c0c814add3c4ce5983eb3a6d0430de4.md @@ -0,0 +1,4 @@ +--- +type: minor +--- +New provider: Bunny DNS \ No newline at end of file diff --git a/README.md b/README.md index c0e8100..f561609 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ The table below lists the providers octoDNS supports. They are maintained in the | [AutoDNS](https://www.internetx.com/autodns/) | [octodns_autodns](https://github.com/octodns/octodns-autodns) | | | [Azure DNS](https://azure.microsoft.com/en-us/services/dns/) | [octodns_azure](https://github.com/octodns/octodns-azure/) | | | [BIND, AXFR, RFC-2136](https://www.isc.org/bind/) | [octodns_bind](https://github.com/octodns/octodns-bind/) | | +| [Bunny DNS](https://bunny.net/dns/) | [octodns_bunny](https://github.com/Relkian/octodns-bunny) | | | [Cloudflare DNS](https://www.cloudflare.com/dns/) | [octodns_cloudflare](https://github.com/octodns/octodns-cloudflare/) | | | [ClouDNS](https://www.cloudns.net/) | [octodns_cloudns](https://github.com/ClouDNS/octodns_cloudns) | | | [Constellix](https://constellix.com/) | [octodns_constellix](https://github.com/octodns/octodns-constellix/) | |