diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 4375197..59efb2d 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -4,11 +4,14 @@
+ 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 + } + }
Setting | Value |
---|---|
Provider | other Provider |
Domain name | {{ host.get_fqdn|default:"<your hostname>" }} |
User name | {{ host.get_fqdn|default:"<your hostname>" }} |
Password | {{ update_secret|default:"<your secret>" }} |
Update server address | https://{{ WWW_IPV4_HOST }} |
Protocol | https |
Port | 443 |