update OpenWrt config example for Chaos Calmer, fixes #259

This commit is contained in:
Thomas Waldmann 2016-08-13 23:45:00 +02:00
parent 9268a2a389
commit a1216d1967

View File

@ -236,7 +236,7 @@ system ipv4@nsupdate.info
</pre> </pre>
</div> </div>
<div class="tab-pane" id="openwrt"> <div class="tab-pane" id="openwrt">
<h4>OpenWRT ({% trans "verified with" %} 14.07-rc3 "Barrier Breaker")</h4> <h4>OpenWRT ({% trans "verified with" %} "Chaos Calmer")</h4>
<pre># ddns-scripts configuration /etc/config/ddns <pre># ddns-scripts configuration /etc/config/ddns
config service "ipv4ddns" config service "ipv4ddns"
@ -244,7 +244,6 @@ config service "ipv4ddns"
option interface "wan" option interface "wan"
option use_syslog "1" 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 update_url "http://[USERNAME]:[PASSWORD]@{{ WWW_IPV4_HOST }}/nic/update?hostname=[DOMAIN]&myip=[IP]"
option ip_source "web" option ip_source "web"
option ip_url "http://{{ WWW_IPV4_HOST }}/myip" option ip_url "http://{{ WWW_IPV4_HOST }}/myip"