mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 08:32:37 -04:00
889 B
889 B
Linode
Configuration
Example
{
"settings": [
{
"provider": "linode",
"domain": "domain.com",
"host": "@",
"token": "token",
"ip_version": "ipv4"
}
]
}
Compulsory parameters
"domain""host"is your host and can be a subdomain or"@"or"*""token"
Optional parameters
"ip_version"can beipv4(A records) oripv6(AAAA records), defaults toipv4 or ipv6
Domain setup
- Create a personal access token with
domainsset, with read and write privileges, ideally that never expires. You can refer to @AnujRNair's comment and to Linode's guide. - The program will create the A or AAAA record for you if it doesn't exist already.