Merge pull request #305 from enricostano/fix/update-inadyn-config
Update inadyn configuration to 2.1
This commit is contained in:
commit
f3e6df3404
@ -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:"<your hostname>" }}
|
||||
password = {{ update_secret|default:"<your secret>" }}
|
||||
hostname = {{ host.get_fqdn|default:"<your hostname>" }}
|
||||
}
|
||||
|
||||
# note: no IPv6 support in inadyn yet.
|
||||
</pre>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user