# Configuration file for ddclient # # /etc/ddclient.conf pid=/var/run/ddclient.pid protocol=dyndns2 use=web, web=checkip.dyndns.com/, web-skip='IP Address' server=<%= dyndns_server %> login=<%= dyndns_login %> password='<%= dyndns_password %>' <% if has_variable?("dyndns_wildcard") -%> wildcard=yes <% end -%> <% if has_variable?("dyndns_host") -%> <%= dyndns_host %> <% end -%>