From a1072902fb7c111765a12fde565fd6f9666d7d9d Mon Sep 17 00:00:00 2001 From: enricostano Date: Mon, 20 Mar 2017 11:46:59 +0100 Subject: [PATCH] Update inadyn configuration to 2.1 fix nsupdate-info/nsupdate.info/304 --- .../main/includes/tabbed_router_configuration.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 379ea35..5224fb4 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -232,6 +232,20 @@ system ipv4@nsupdate.info password {{ update_secret|default:"<your secret>" }} alias {{ host.get_fqdn|default:"<your hostname>" }} +# note: no IPv6 support in inadyn yet. + +

inadyn ({% trans "verified with" %} 2.1)

+
# /etc/inadyn.conf
+
+period       = 300
+
+provider ipv4@nsupdate.info {
+    ssl      = true
+    username = {{ host.get_fqdn|default:"<your hostname>" }}
+    password = {{ update_secret|default:"<your secret>" }}
+    hostname = {{ host.get_fqdn|default:"<your hostname>" }}
+}
+
 # note: no IPv6 support in inadyn yet.