Mit dem Core Update 93 hat IPFire 2.17 eine neue Version des DDNS Clients bekommen – und mit ihm die Unterstützung für Dynamic DNS von Joker.com.
Vielen Dank an das IPFire Team für die Integration meines Patches!
Tipps zur Konfiguration gibt es in der Joker FAQ. IPFire verwendet HTTPS für die Übertragung der DNS-Updates.
DDNS Client Update
ddns, our dynamic DNS update client, has been updated to version 008. This version is more robust against network errors on the path and server errors at the provider. Updates will then be retried frequently.
- The providers joker.com and DNSmadeEasy are now supported
- A crash when updating namecheap records has been fixed
Quelle: IPFire
Die neue DDNSProvider Klasse
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
class DDNSProviderJoker(DDNSProtocolDynDNS2, DDNSProvider): handle = "joker.com" name = "Joker.com Dynamic DNS" website = "https://joker.com/" protocols = ("ipv4",) # Information about the request can be found here: # https://joker.com/faq/content/11/427/en/what-is-dynamic-dns-dyndns.html # Using DynDNS V2 protocol over HTTPS here url = "https://svc.joker.com/nic/update" |
Quelle: GitHub
Danke für’s drauf aufmerksam machen 🙂
Gerne! Respekt für die Uhrzeit 😉