mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: looks like the default
Configuration variables applicable to the 'freedns' protocol are: protocol=freedns ## server=fqdn.of.service ## defaults to freedns.afraid.org login=service-login ## login name and password registered with the service password=service-password ## fully.qualified.host ## the host registered with the service.
This commit is contained in:
@@ -53,9 +53,6 @@ zone={{account.zone}}, \
|
||||
{% elif account.service == 'dns-o-matic' %}
|
||||
protocol=dyndns2, \
|
||||
server=updates.dnsomatic.com, \
|
||||
{% elif account.service == 'freedns' %}
|
||||
protocol={{account.service}}, \
|
||||
server=freedns.afraid.org, \
|
||||
{% elif account.service == 'dynu' %}
|
||||
protocol=dyndns2, \
|
||||
server=api.dynu.com, \
|
||||
|
||||
Reference in New Issue
Block a user