Skip to content

Commit 24d8cd5

Browse files
committed
Updates DuckDNS to a working version
1 parent b7c0a8b commit 24d8cd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

global/certbot-dns-plugins.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ certbot_dns_cpanel:cpanel_password = hunter2`,
127127
duckdns: {
128128
display_name: 'DuckDNS',
129129
package_name: 'certbot-dns-duckdns',
130-
package_version: '0.5',
130+
package_version: '0.6',
131131
dependencies: '',
132-
credentials: 'dns_duckdns_token=<your-duckdns-token>',
132+
credentials: 'dns_duckdns_token=your-duckdns-token',
133133
full_plugin_name: 'dns-duckdns',
134134
},
135135
//####################################################//
@@ -338,7 +338,7 @@ dns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw`,
338338
//####################################################//
339339
porkbun: {
340340
display_name: 'Porkbun',
341-
package_name: 'certbot_dns_porkbun',
341+
package_name: 'certbot-dns-porkbun',
342342
package_version: '0.2',
343343
dependencies: '',
344344
credentials: `dns_porkbun_key=your-porkbun-api-key

0 commit comments

Comments
 (0)