Update inadyn configuration to 2.1

fix nsupdate-info/nsupdate.info/304
This commit is contained in:
enricostano 2017-03-20 11:46:59 +01:00
parent 99262f40f5
commit a1072902fb

View File

@ -232,6 +232,20 @@ system ipv4@nsupdate.info
password {{ update_secret|default:"<your secret>" }} password {{ update_secret|default:"<your secret>" }}
alias {{ host.get_fqdn|default:"<your hostname>" }} alias {{ host.get_fqdn|default:"<your hostname>" }}
# note: no IPv6 support in inadyn yet.
</pre>
<h4>inadyn ({% trans "verified with" %} 2.1)</h4>
<pre># /etc/inadyn.conf
period = 300
provider ipv4@nsupdate.info {
ssl = true
username = {{ host.get_fqdn|default:"&lt;your hostname&gt;" }}
password = {{ update_secret|default:"&lt;your secret&gt;" }}
hostname = {{ host.get_fqdn|default:"&lt;your hostname&gt;" }}
}
# note: no IPv6 support in inadyn yet. # note: no IPv6 support in inadyn yet.
</pre> </pre>
</div> </div>