mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
* Split provider specific instructions in docs/ * Update links to be relative * Update Google doc, co-authored by @gauravspatel
490 B
490 B
He.net
Configuration
Example
{
"settings": [
{
"provider": "he",
"domain": "domain.com",
"host": "@",
"password": "password",
"ip_version": "ipv4"
}
]
}
Compulsory parameters
"domain""host"is your host and can be a subdomain or"@"or"*"(untested)"password"
Optional parameters
"ip_version"can beipv4(A records) oripv6(AAAA records), defaults toipv4 or ipv6