mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user