Merge pull request #324 from infothrill/infothrill/dyndnsc-configuration
Provide example configuration for 'dyndnsc'
This commit is contained in:
commit
9df586e514
@ -183,6 +183,32 @@ password='{{ update_secret|default:"<your secret>" }}'
|
|||||||
#{{ host.get_fqdn|default:"<your hostname>" }}
|
#{{ host.get_fqdn|default:"<your hostname>" }}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</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:"<your hostname>" }}
|
||||||
|
updater-userid = {{ host.get_fqdn|default:"<your hostname>" }}
|
||||||
|
updater-password = {{ update_secret|default:"<your secret>" }}
|
||||||
|
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:"<your hostname>" }}
|
||||||
|
updater-userid = {{ host.get_fqdn|default:"<your hostname>" }}
|
||||||
|
updater-password = {{ update_secret|default:"<your secret>" }}
|
||||||
|
detector = webcheck6
|
||||||
|
|
||||||
|
</pre>
|
||||||
<div class="tab-pane" id="ipfire">
|
<div class="tab-pane" id="ipfire">
|
||||||
<h4>IPFire 2.17 Core Update 90</h4>
|
<h4>IPFire 2.17 Core Update 90</h4>
|
||||||
<p>Homepage: <a href="http://ipfire.org/">http://ipfire.org</a></p>
|
<p>Homepage: <a href="http://ipfire.org/">http://ipfire.org</a></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user