mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-03-31 06:24:00 -04:00
1.5 KiB
1.5 KiB
GoIP.de
Configuration
Example
{
"settings": [
{
"provider": "goip",
"domain": "sub.mydomain.goip.de",
"username": "username",
"password": "password",
"ip_version": "",
"ipv6_suffix": ""
}
]
}
Compulsory parameters
"domain"is the domain to update. For example, for the owner/hostsub, it would besub.goip.de. The eTLD must begoip.deorgoip.it."domain"is the domain to update. The eTLD must begoip.deorgoip.it. For example:- for the root owner/host
@, it would bemydomain.goip.de - for the owner/host
sub, it would besub.mydomain.goip.de - for multiple domains, it can be
sub1.mydomain.goip.de,sub2.mydomain.goip.deBUT it cannot bea.goip.de,b.goip.de, since the effective domains would bea.goip.deandb.goip.de
- for the root owner/host
"username"is your goip.de username listed under "Routers""password"is your router account password
Optional parameters
"ip_version"can beipv4(A records), oripv6(AAAA records) oripv4 or ipv6(update one of the two, depending on the public ip found). It defaults toipv4."ipv6_suffix"is the IPv6 interface identifier suffix to use. It can be for example0:0:0:0:72ad:8fbb:a54e:bedd/64. If left empty, it defaults to no suffix and the raw public IPv6 address obtained is used in the record updating.