mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: Add Porkbun ddns support
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
|
||||
<nsupdatev6>nsupdate.info (IPv6)</nsupdatev6>
|
||||
<ovh>OVHcloud DynHost</ovh>
|
||||
<porkbun>Porkbun</porkbun>
|
||||
<regfishde>regfish.de</regfishde>
|
||||
<servercow>Servercow</servercow>
|
||||
<sitelutions>Sitelutions</sitelutions>
|
||||
|
||||
@@ -89,6 +89,10 @@ server=dyndns.strato.com, \
|
||||
{% elif account.service == 'ovh' %}
|
||||
protocol=dyndns2, \
|
||||
server=www.ovh.com, \
|
||||
{% elif account.service == 'porkbun' %}
|
||||
protocol={{account.service}}, \
|
||||
apikey={{account.username}}, \
|
||||
secretapikey={{account.password}}, \
|
||||
{% else %}
|
||||
protocol={{account.service}}, \
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user