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:
Franco Fichtner
2023-08-18 13:55:45 +02:00
parent 9894a03b79
commit c6e58ee648
@@ -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, \