Add DnsPod support.

resolve linuxserver/docker-swag#98
This commit is contained in:
dongshuzhao
2021-11-12 16:58:47 +08:00
parent 00fde50825
commit 08c23bde51
7 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# Instructions: https://github.com/tengattack/certbot-dns-dnspod/blob/master/certbot_dns_dnspod/__init__.py#L20
# Obtain your own DNSPod API token at DNSPod console: https://console.dnspod.cn/account/token/token
# Replace with your values
dns_dnspod_email = me@example.com
dns_dnspod_api_token = "12345,1234567890abcdef1234567890abcdef"