dns/ddclient add FreeDNS (#2837)

* dns/ddclient add FreeDNS

Co-authored-by: Ad Schellevis <AdSchellevis@users.noreply.github.com>
This commit is contained in:
Rene Schuster
2022-02-16 20:28:55 +01:00
committed by GitHub
co-authored by Ad Schellevis
parent 9caf5b7267
commit 73b1443e18
2 changed files with 4 additions and 0 deletions
@@ -72,6 +72,7 @@
<duckdns>DuckDNS</duckdns>
<dynu>Dynu</dynu>
<easydns>EasyDNS</easydns>
<freedns>FreeDNS</freedns>
<googledomains>Google</googledomains>
<he-net>HE.net</he-net>
<he-net-tunnel>HE.net TunnelBroker</he-net-tunnel>
@@ -64,6 +64,9 @@ zone={{account.zone}}, \
{% elif account.service == 'dns-o-matic' %}
protocol=dyndns2, \
server=updates.dnsomatic.com, \
{% elif account.service == 'freedns' %}
protocol=freedns, \
server=freedns.afraid.org, \
{% elif account.service == 'dynu' %}
protocol=dyndns2, \
server=api.dynu.com, \