dns/ddclient: Add Porkbun ddns support

This commit is contained in:
Brian
2023-12-30 14:37:08 -05:00
committed by Franco Fichtner
parent 04c94e32db
commit d9a5fe0e05
2 changed files with 5 additions and 0 deletions
@@ -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 %}