Skip to content

Commit 5aff969

Browse files
authored
Merge pull request #3554 from bricas/develop
Add FreeDNS certbot plugin
2 parents bfbf751 + 1c84eaa commit 5aff969

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

global/certbot-dns-plugins.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@
175175
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
176176
"full_plugin_name": "dns-eurodns"
177177
},
178+
"freedns": {
179+
"name": "FreeDNS",
180+
"package_name": "certbot-dns-freedns",
181+
"version": "~=0.1.0",
182+
"dependencies": "",
183+
"credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
184+
"full_plugin_name": "dns-freedns"
185+
},
178186
"gandi": {
179187
"name": "Gandi Live DNS",
180188
"package_name": "certbot_plugin_gandi",

0 commit comments

Comments
 (0)