linuxrouter/ddns.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2026-04-09 23:50:42 -04:00
{
"general": {
"log_max_kb": 1024,
"log_errors_only": false,
"ip_check_services": [
"https://api.ipify.org",
"https://ifconfig.me/ip",
"https://icanhazip.com",
"https://api4.my-ip.io/ip",
"https://ipv4.icanhazip.com",
"https://checkip.amazonaws.com",
2026-05-14 23:45:24 -04:00
"https://1.1.1.1/cdn-cgi/trace",
"cf-dns:myip.cloudflare",
"https://ipinfo.io/ip",
"https://ipecho.net/plain",
"https://ident.me",
"https://myip.dnsomatic.com",
"https://wtfismyip.com/text"
],
"timer_interval": "10m"
2026-04-09 23:50:42 -04:00
},
"providers": [
{
2026-05-14 23:45:24 -04:00
"description": "No-IP Account",
"provider": "noip",
2026-04-09 23:50:42 -04:00
"enabled": true,
"username": "your-username",
"password": "your-password",
2026-04-09 23:50:42 -04:00
"hostnames": [
"grotke.ddns.net"
2026-04-09 23:50:42 -04:00
]
},
{
2026-05-14 23:45:24 -04:00
"description": "Cloudflare Account",
"provider": "cloudflare",
"enabled": true,
"api_token": "your-cloudflare-api-token",
"hostnames": [
"yourdomain.com"
]
},
{
"description": "DuckDNS Account",
"provider": "duckdns",
2026-04-09 23:50:42 -04:00
"enabled": false,
"token": "your-duckdns-token",
"subdomains": [
"yoursubdomain"
2026-04-09 23:50:42 -04:00
]
}
]
}