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 @@
  • AVM Fritz!Box
  • DD-WRT
  • ddclient
  • +
  • EdgeOS
  • inadyn
  • IPFire
  • m0n0wall
  • @@ -209,6 +210,23 @@ updater-userid = {{ host.get_fqdn|default:"<your hostname>" }} updater-password = {{ update_secret|default:"<your secret>" }} detector = webcheck6 + + +
    +

    EdgeOS (ddclient)

    +
    +    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
    +        }
    +    }