From 0736b4868698cd1aaefe6f9ffa3ee97ea6f75e2f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 3 Oct 2013 03:48:45 +0200 Subject: [PATCH] added ddclient example --- .../includes/tabbed_router_configuration.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)
http://ipv4.nsupdate.info/nic/update http://ipv6.nsupdate.info/nic/update
+
+

ddclient

+

+ 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>" }}
+
+

Easy update URLs

Explanation of parameters: