Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew W. Thomas <matthew@mwt.me>2022-08-13 00:03:08 +0300
committerGitHub <noreply@github.com>2022-08-13 00:03:08 +0300
commit94bbb4c44c20bb71cf743b8de4652ab2bdea93c1 (patch)
treeffdb2415637e39dad48b6ab9fee1e1e0b79828be
parent1b79c077a69a168e1d62bb8227db30551535a060 (diff)
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
-rw-r--r--AUTHORS.md1
-rw-r--r--certbot/docs/using.rst2
2 files changed, 3 insertions, 0 deletions
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