mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient add FreeDNS (#2837)
* dns/ddclient add FreeDNS Co-authored-by: Ad Schellevis <AdSchellevis@users.noreply.github.com>
This commit is contained in:
co-authored by
Ad Schellevis
parent
9caf5b7267
commit
73b1443e18
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user