Skip to content

Commit

Permalink
Merge pull request #324 from infothrill/infothrill/dyndnsc-configuration
Browse files Browse the repository at this point in the history
Provide example configuration for 'dyndnsc'
  • Loading branch information
ThomasWaldmann committed Jan 17, 2018
2 parents 0d3b477 + c9bc5bf commit 9df586e
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,32 @@ <h4>ddclient</h4>
#{{ host.get_fqdn|default:"&lt;your hostname&gt;" }}
</pre>
</div>
<div class="tab-pane" id="dyndnsc">
<h4>dyndnsc</h4>
<pre># 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:"&lt;your hostname&gt;" }}
updater-userid = {{ host.get_fqdn|default:"&lt;your hostname&gt;" }}
updater-password = {{ update_secret|default:"&lt;your secret&gt;" }}
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:"&lt;your hostname&gt;" }}
updater-userid = {{ host.get_fqdn|default:"&lt;your hostname&gt;" }}
updater-password = {{ update_secret|default:"&lt;your secret&gt;" }}
detector = webcheck6

</pre>
<div class="tab-pane" id="ipfire">
<h4>IPFire 2.17 Core Update 90</h4>
<p>Homepage: <a href="http://ipfire.org/">http://ipfire.org</a></p>
Expand Down

0 comments on commit 9df586e

Please sign in to comment.