Merge pull request #305 from enricostano/fix/update-inadyn-config

Update inadyn configuration to 2.1
This commit is contained in:
TW 2017-03-20 18:03:39 +01:00 committed by GitHub
commit f3e6df3404

View File

@ -232,6 +232,20 @@ system ipv4@nsupdate.info
password {{ update_secret|default:"<your secret>" }}
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.
</pre>
</div>