From c9bc5bffb04bd1bf1f1e71b064326fe3edb2454d Mon Sep 17 00:00:00 2001 From: Paul Kremer Date: Mon, 15 Jan 2018 20:53:13 +0100 Subject: [PATCH] Provide example configuration for 'dyndnsc' --- .../includes/tabbed_router_configuration.html | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index a596070..198bf67 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -183,6 +183,32 @@ password='{{ update_secret|default:"<your secret>" }}' #{{ host.get_fqdn|default:"<your hostname>" }} +
+

dyndnsc

+
# dyndnsc.ini
+
+[dyndnsc]
+configs = myconf_ipv4, myconf_ipv6
+
+[myconf_ipv4]
+# this will update your ipv4 address to the address
+# the detector dnswanip returns:
+use_preset = nsupdate.info:ipv4
+updater-hostname = {{ host.get_fqdn|default:"<your hostname>" }}
+updater-userid = {{ host.get_fqdn|default:"<your hostname>" }}
+updater-password = {{ update_secret|default:"<your secret>" }}
+detector = webcheck4
+
+[myconf_ipv6]
+# this will update your ipv6 address to the address
+# the detector dnswanip returns:
+use_preset = nsupdate.info:ipv6
+updater-hostname = {{ host.get_fqdn|default:"<your hostname>" }}
+updater-userid = {{ host.get_fqdn|default:"<your hostname>" }}
+updater-password = {{ update_secret|default:"<your secret>" }}
+detector = webcheck6
+
+

IPFire 2.17 Core Update 90

Homepage: http://ipfire.org