52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"general": {
|
|
"log_max_kb": 512,
|
|
"log_errors_only": false
|
|
},
|
|
|
|
"providers": [
|
|
{
|
|
"description": "No-IP Main Account",
|
|
"enabled": true,
|
|
"type": "noip",
|
|
"username": "your-noip-username",
|
|
"password": "your-noip-password",
|
|
"hostnames": [
|
|
"myhome.ddns.net"
|
|
],
|
|
"timer_interval": "5m",
|
|
"ip_check_services": [
|
|
"https://api.ipify.org",
|
|
"https://ipv4.icanhazip.com",
|
|
"https://checkip.amazonaws.com",
|
|
"https://myip.dnsomatic.com",
|
|
"https://api4.my-ip.io/ip",
|
|
"https://ipinfo.io/ip",
|
|
"https://ip4.seeip.org",
|
|
"https://ipv4bot.whatismyipaddress.com",
|
|
"http://checkip.dyndns.org/"
|
|
]
|
|
},
|
|
{
|
|
"description": "DuckDNS Account",
|
|
"enabled": false,
|
|
"type": "duckdns",
|
|
"token": "your-duckdns-token",
|
|
"subdomains": [
|
|
"myhome"
|
|
],
|
|
"timer_interval": "5m",
|
|
"ip_check_services": [
|
|
"https://api.ipify.org",
|
|
"https://ipv4.icanhazip.com",
|
|
"https://checkip.amazonaws.com",
|
|
"https://myip.dnsomatic.com",
|
|
"https://api4.my-ip.io/ip",
|
|
"https://ipinfo.io/ip",
|
|
"https://ip4.seeip.org",
|
|
"https://ipv4bot.whatismyipaddress.com",
|
|
"http://checkip.dyndns.org/"
|
|
]
|
|
}
|
|
]
|
|
}
|