Skip to content

Commit d6d7b22

Browse files
committed
Adds porkbun as dns provider
1 parent 5269c95 commit d6d7b22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,16 @@ dns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw`,
327327
full_plugin_name: 'dns-ovh',
328328
},
329329
//####################################################//
330+
porkbun: {
331+
display_name: 'Porkbun',
332+
package_name: 'certbot_dns_porkbun',
333+
package_version: '0.2',
334+
dependencies: '',
335+
credentials: `dns_porkbun_key=your-porkbun-api-key
336+
dns_porkbun_secret=your-porkbun-api-secret`,
337+
full_plugin_name: 'dns-porkbun',
338+
},
339+
//####################################################//
330340
powerdns: {
331341
display_name: 'PowerDNS',
332342
package_name: 'certbot-dns-powerdns',

0 commit comments

Comments
 (0)