Skip to content

Instantly share code, notes, and snippets.

@meineerde
Last active August 1, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meineerde/689f7f8746f0424b17be36e98f273e59 to your computer and use it in GitHub Desktop.
Save meineerde/689f7f8746f0424b17be36e98f273e59 to your computer and use it in GitHub Desktop.
dns.he.net DynDNS with Fritzbox
Setting Value
DynDNS-Anbieter Benutzerdefiniert
Update-URL https://dyn.dns.he.net/nic/update?hostname=<domain>&password=<pass>&myip=<ipaddr> https://dyn.dns.he.net/nic/update?hostname=<domain>&password=<pass>&myip=<ip6addr>
Domainname (your desired hostname)
Benutzername (same as Domainname)
Kennwort (your DDNS Key configured with dns.he.net)

The Update-URL contains two URLs in a single line, one for IPv4 and one for IPv6. Both addresses can be updated at the same time.

You need to create dynamic A and AAAA records in the https://dns.he.net interface for this to work. Configure the same DDNS key for both entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment