From 94bbb4c44c20bb71cf743b8de4652ab2bdea93c1 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thomas" Date: Fri, 12 Aug 2022 16:03:08 -0500 Subject: [PATCH] docs: add BunnyDNS to list of 3rd-party plugins (#9375) * docs: add BunnyDNS to list of 3rd-party plugins You can find the plugin here: https://github.com/mwt/certbot-dns-bunny It's for [BunnyDNS](https://bunny.net/dns/). * Update AUTHORS.md --- AUTHORS.md | 1 + certbot/docs/using.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 64f60a278..f8708dde1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -178,6 +178,7 @@ Authors * [Mathieu Leduc-Hamel](https://github.com/mlhamel) * [Matt Bostock](https://github.com/mattbostock) * [Matthew Ames](https://github.com/SuperMatt) +* [Matthew W. Thomas](https://github.com/mwt) * [Michael Schumacher](https://github.com/schumaml) * [Michael Strache](https://github.com/Jarodiv) * [Michael Sverdlin](https://github.com/sveder) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 980457141..c0510da4a 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -317,6 +317,7 @@ dns-inwx_ Y Y DNS Authentication for INWX through the XML API dns-azure_ Y N DNS Authentication using Azure DNS dns-godaddy_ Y N DNS Authentication using Godaddy DNS dns-yandexcloud_ Y N DNS Authentication using Yandex Cloud DNS +dns-bunny_ Y N DNS Authentication using BunnyDNS njalla_ Y N DNS Authentication for njalla DuckDNS_ Y N DNS Authentication for DuckDNS Porkbun_ Y N DNS Authentication for Porkbun @@ -338,6 +339,7 @@ Infomaniak_ Y N DNS Authentication using Infomaniak Domains API .. _dns-azure: https://github.com/binkhq/certbot-dns-azure .. _dns-godaddy: https://github.com/miigotu/certbot-dns-godaddy .. _dns-yandexcloud: https://github.com/PykupeJIbc/certbot-dns-yandexcloud +.. _dns-bunny: https://github.com/mwt/certbot-dns-bunny .. _njalla: https://github.com/chaptergy/certbot-dns-njalla .. _DuckDNS: https://github.com/infinityofspace/certbot_dns_duckdns .. _Porkbun: https://github.com/infinityofspace/certbot_dns_porkbun