From 03d8d75d87a8a790cac1471e8d9bc8b16c6b5b92 Mon Sep 17 00:00:00 2001 From: beechesII Date: Wed, 8 Jan 2025 15:57:15 +0100 Subject: [PATCH] add autodns provider to octodns/README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43cba87..75d0248 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ The table below lists the providers octoDNS supports. They are maintained in the |--|--|--| | [Akamai Edge DNS](https://www.akamai.com/products/edge-dns) | [octodns_edgedns](https://github.com/octodns/octodns-edgedns/) | | | [Amazon Route 53](https://aws.amazon.com/route53/) | [octodns_route53](https://github.com/octodns/octodns-route53) | | +| [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/) | | | [Cloudflare DNS](https://www.cloudflare.com/dns/) | [octodns_cloudflare](https://github.com/octodns/octodns-cloudflare/) | |