linuxrouter/ddns.json

42 lines
956 B
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",
"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": [
{
"description": "No-IP Main 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
]
},
{
"description": "DuckDNS Main 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
]
}
]
}