diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 379ea35..5224fb4 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -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. + +
# /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.