mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
Merge pull request #3988 from vggscqq/patch-1
Added active24 DNS provider
This commit is contained in:
commit
42a5bb6af3
@ -7,6 +7,14 @@
|
|||||||
"credentials": "dns_acmedns_api_url = http://acmedns-server/\ndns_acmedns_registration_file = /data/acme-registration.json",
|
"credentials": "dns_acmedns_api_url = http://acmedns-server/\ndns_acmedns_registration_file = /data/acme-registration.json",
|
||||||
"full_plugin_name": "dns-acmedns"
|
"full_plugin_name": "dns-acmedns"
|
||||||
},
|
},
|
||||||
|
"active24":{
|
||||||
|
"name": "Active24",
|
||||||
|
"package_name": "certbot-dns-active24",
|
||||||
|
"version": "~=1.5.1",
|
||||||
|
"dependencies": "",
|
||||||
|
"credentials": "dns_active24_token=\"TOKEN\"",
|
||||||
|
"full_plugin_name": "dns-active24"
|
||||||
|
},
|
||||||
"aliyun": {
|
"aliyun": {
|
||||||
"name": "Aliyun",
|
"name": "Aliyun",
|
||||||
"package_name": "certbot-dns-aliyun",
|
"package_name": "certbot-dns-aliyun",
|
||||||
|
Loading…
Reference in New Issue
Block a user