From bf21716886ed41bc56d72f2ddb11ba6b67c2c351 Mon Sep 17 00:00:00 2001 From: dongshuzhao Date: Sat, 13 Nov 2021 01:04:17 +0800 Subject: [PATCH] Update dnspod.ini document address resolve linuxserver/docker-swag#98 --- root/defaults/dns-conf/dnspod.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/defaults/dns-conf/dnspod.ini b/root/defaults/dns-conf/dnspod.ini index bd4793b..e5a4630 100644 --- a/root/defaults/dns-conf/dnspod.ini +++ b/root/defaults/dns-conf/dnspod.ini @@ -1,5 +1,5 @@ -# Instructions: https://github.com/tengattack/certbot-dns-dnspod/blob/master/certbot_dns_dnspod/__init__.py#L20 +# Instructions: https://github.com/SkyLothar/certbot-dns-dnspod#create-a-credentials-file # 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 +# Replace with your own email, id and token +dns_dnspod_email = "me@example.com" dns_dnspod_api_token = "12345,1234567890abcdef1234567890abcdef"