Skip to content

Commit 346b9b4

Browse files
committed
Added Loopia dns provider
1 parent 0373daa commit 346b9b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

+10
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,16 @@ dns_linode_version = [<blank>|3|4]`,
304304
full_plugin_name: 'dns-linode',
305305
},
306306
//####################################################//
307+
loopia: {
308+
display_name: 'Loopia',
309+
package_name: 'certbot-dns-loopia',
310+
package_version: '1.0.0',
311+
dependencies: '',
312+
credentials: `dns_loopia_user = user@loopiaapi
313+
dns_loopia_password = abcdef0123456789abcdef01234567abcdef0123`,
314+
full_plugin_name: 'dns-loopia',
315+
},
316+
//####################################################//
307317
luadns: {
308318
display_name: 'LuaDNS',
309319
package_name: 'certbot-dns-luadns',

0 commit comments

Comments
 (0)