dns/ddclient - Add desec service provider (#3533)

desec uses also dyndns2 protocol and can therefore directly added to the list of supported services. config is - Services: Dynamic DNS: Settings: Edit Account
Enabled [X]
Service [desec (v6)]
Protocol  [DynDNS2]
Username [Your Domain]
Password [Your DeSec Token]
Hostname(s) [Your Domain]
Check ip method [Interface [IPv6]]
Force SSL [X]
Interface to monitor [Your WAN Interface]

- Services: Dynamic DNS: Settings: Edit Account
Enabled [X]
Service [desec (v4)]
Protocol  [DynDNS2]
Username [Your Domain]
Password [Your DeSec Token]
Hostname(s) [Your Domain]
Check ip method [Interface [IPv4]]
Force SSL [X]
Interface to monitor [Your WAN Interface]
This commit is contained in:
Clemens Hardewig
2023-08-09 19:23:50 +02:00
committed by GitHub
parent 1490e00a69
commit 8a51b2f61c
@@ -34,6 +34,8 @@ class DynDNS2(BaseAccount):
_services = {
'dyndns2': 'members.dyndns.org',
'desec-v4': 'update.dedyn.io',
'desec-v6': 'update6.dedyn.io',
'dns-o-matic': 'updates.dnsomatic.com',
'dynu': 'api.dynu.com',
'he-net': 'dyn.dns.he.net',