diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 9bd80be..8fb6585 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -4,6 +4,7 @@
+ dynamic { + interface pppoe0 { + service custom-nsupdate { + host-name {{ host.get_fqdn|default:"<your hostname>" }} + login {{ host.get_fqdn|default:"<your hostname>" }} + password {{ update_secret|default:"<your secret>" }} + protocol dyndns2 + server {{ WWW_IPV4_HOST }} + } + web http://{{ WWW_IPV4_HOST }}/myip + } + }