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 @@
  • AVM Fritz!Box
  • DD-WRT
  • ddclient
  • +
  • dyndnsc
  • +
  • EdgeOS
  • inadyn
  • IPFire
  • m0n0wall
  • OpenWRT
  • pfSense
  • +
  • Speedport Hybrid
  • Browser
  • @@ -208,6 +211,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
    +        }
    +    }
     
    @@ -330,6 +350,20 @@ config service "ipv4ddns" Descriptionupdate DDNS host with IP v4 address
    +
    +

    Speedport Hybrid ({% trans "verified with" %} Firmware: 050124.03.07.001)

    +
    {% trans "Enter the following data:" %}
    + + + + + + + + + +
    SettingValue
    Providerother 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 addresshttps://{{ WWW_IPV4_HOST }}
    Protocolhttps
    Port443
    +

    {% trans "Browser-based update client" %}

    {% blocktrans trimmed %}