From a1216d196767dae5a43408b0c3b95b134f121859 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 13 Aug 2016 23:45:00 +0200 Subject: [PATCH] update OpenWrt config example for Chaos Calmer, fixes #259 --- .../templates/main/includes/tabbed_router_configuration.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 8e7d21d..379ea35 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -236,7 +236,7 @@ system ipv4@nsupdate.info
-

OpenWRT ({% trans "verified with" %} 14.07-rc3 "Barrier Breaker")

+

OpenWRT ({% trans "verified with" %} "Chaos Calmer")

# ddns-scripts configuration /etc/config/ddns
 
 config service "ipv4ddns"
@@ -244,7 +244,6 @@ config service "ipv4ddns"
     option interface "wan"
     option use_syslog "1"
 
-    option service_name "{{ WWW_HOST }}"
     option update_url "http://[USERNAME]:[PASSWORD]@{{ WWW_IPV4_HOST }}/nic/update?hostname=[DOMAIN]&myip=[IP]"
     option ip_source "web"
     option ip_url "http://{{ WWW_IPV4_HOST }}/myip"