From 1856fc9eb0befb808b5a7c5a3970fc9b4e1e3437 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 19 Oct 2018 21:11:12 +0200 Subject: [PATCH 1/3] add speedport hybrid configuration help, fixes #286 --- .../includes/tabbed_router_configuration.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 4375197..9bd80be 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -9,6 +9,7 @@
  • m0n0wall
  • OpenWRT
  • pfSense
  • +
  • Speedport Hybrid
  • Browser
  • @@ -330,6 +331,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 %} From d2d535d32ddc18af131eaf2171ec680dfbf8fea4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 19 Oct 2018 21:23:19 +0200 Subject: [PATCH 2/3] add EdgeOS configuration help, see #86 --- .../includes/tabbed_router_configuration.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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
    +        }
    +    }
     
    From 97ce91da86f2dbff2d96e2c83125583034e2e1bb Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 19 Oct 2018 21:24:38 +0200 Subject: [PATCH 3/3] add tab for dyndnsc --- .../templates/main/includes/tabbed_router_configuration.html | 1 + 1 file changed, 1 insertion(+) diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 8fb6585..59efb2d 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
  • +
  • dyndnsc
  • EdgeOS
  • inadyn
  • IPFire