Skip to content

Commit

Permalink
Merge pull request #305 from enricostano/fix/update-inadyn-config
Browse files Browse the repository at this point in the history
Update inadyn configuration to 2.1
  • Loading branch information
ThomasWaldmann committed Mar 20, 2017
2 parents 99262f4 + a107290 commit f3e6df3
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,20 @@ <h4>inadyn ({% trans "verified with" %} 1.99.11)</h4>
password {{ update_secret|default:"&lt;your secret&gt;" }}
alias {{ host.get_fqdn|default:"&lt;your hostname&gt;" }}

# 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>
Expand Down

0 comments on commit f3e6df3

Please sign in to comment.