Documentation ¶
Index ¶
Constants ¶
View Source
const ( DNS_O_Matic = "https://update.dnsomatic.com/nic/update" No_IP = "https://dynupdate.no-ip.com/nic/update" )
Popular dynamic DNS service URLs.
Variables ¶
View Source
var ( FlexDNS = Service{ UpdateAddress: "https://ddns.do.de/", Username: "DDNS-KD11963-F3086", Password: "BIR2ZlHy875b", Hostnames: []string{"aduu.dev"}, } DynDNS = Service{ UpdateAddress: "", Username: "DDNS-KD11963-F3086", Password: "BIR2ZlHy875b", Hostnames: []string{"aduu.dev", "api.aduu.dev"}, } DDNS = Service{ UpdateAddress: "https://www.ddnss.de/upd.php?user=<username>&pwd=<pass>&host=<domain>", Username: "DDNS-KD11963-F3086", Password: "BIR2ZlHy875b", Hostnames: []string{"aduu.dev"}, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.