diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index a596070..198bf67 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -183,6 +183,32 @@ password='{{ update_secret|default:"<your secret>" }}' #{{ host.get_fqdn|default:"<your hostname>" }} +
# dyndnsc.ini + +[dyndnsc] +configs = myconf_ipv4, myconf_ipv6 + +[myconf_ipv4] +# this will update your ipv4 address to the address +# the detector dnswanip returns: +use_preset = nsupdate.info:ipv4 +updater-hostname = {{ host.get_fqdn|default:"<your hostname>" }} +updater-userid = {{ host.get_fqdn|default:"<your hostname>" }} +updater-password = {{ update_secret|default:"<your secret>" }} +detector = webcheck4 + +[myconf_ipv6] +# this will update your ipv6 address to the address +# the detector dnswanip returns: +use_preset = nsupdate.info:ipv6 +updater-hostname = {{ host.get_fqdn|default:"<your hostname>" }} +updater-userid = {{ host.get_fqdn|default:"<your hostname>" }} +updater-password = {{ update_secret|default:"<your secret>" }} +detector = webcheck6 + +
Homepage: http://ipfire.org