diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index dece3b1..f7b3ceb 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -1,6 +1,7 @@
@@ -71,6 +72,20 @@ Set Update-URL to the following (two URLs, separated by one space)+ ddclient is a popular dyndns update daemon on Linux. +
+# /etc/ddclient.conf +protocol=dyndns2 +use=web, web=http://nsupdate.info/myip +server=nsupdate.info +login={{ host.get_fqdn|default:"<your hostname>" }} +password='{{ update_secret|default:"<your secret>" }}' +{{ host.get_fqdn|default:"<your hostname>" }} ++