mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Adds porkbun as dns provider
This commit is contained in:
parent
5269c957ce
commit
d6d7b22b1e
@ -327,6 +327,16 @@ dns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw`,
|
|||||||
full_plugin_name: 'dns-ovh',
|
full_plugin_name: 'dns-ovh',
|
||||||
},
|
},
|
||||||
//####################################################//
|
//####################################################//
|
||||||
|
porkbun: {
|
||||||
|
display_name: 'Porkbun',
|
||||||
|
package_name: 'certbot_dns_porkbun',
|
||||||
|
package_version: '0.2',
|
||||||
|
dependencies: '',
|
||||||
|
credentials: `dns_porkbun_key=your-porkbun-api-key
|
||||||
|
dns_porkbun_secret=your-porkbun-api-secret`,
|
||||||
|
full_plugin_name: 'dns-porkbun',
|
||||||
|
},
|
||||||
|
//####################################################//
|
||||||
powerdns: {
|
powerdns: {
|
||||||
display_name: 'PowerDNS',
|
display_name: 'PowerDNS',
|
||||||
package_name: 'certbot-dns-powerdns',
|
package_name: 'certbot-dns-powerdns',
|
||||||
|
Loading…
Reference in New Issue
Block a user