Skip to content

Commit

Permalink
Merge pull request #272 from ThomasWaldmann/fix-openwrt-config
Browse files Browse the repository at this point in the history
update OpenWrt config example for Chaos Calmer, fixes #259
  • Loading branch information
ThomasWaldmann committed Aug 13, 2016
2 parents be3253c + a1216d1 commit 0baa8b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,14 @@ <h4>inadyn ({% trans "verified with" %} 1.99.11)</h4>
</pre>
</div>
<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

config service "ipv4ddns"
option enabled "1"
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"
Expand Down

0 comments on commit 0baa8b8

Please sign in to comment.