Development
This commit is contained in:
parent
b99ea35f79
commit
5149e5a035
10 changed files with 197 additions and 213 deletions
|
|
@ -682,5 +682,61 @@
|
|||
],
|
||||
"is_vpn": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ddns": {
|
||||
"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://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"
|
||||
},
|
||||
"providers": [
|
||||
{
|
||||
"description": "No-IP Account",
|
||||
"provider": "noip",
|
||||
"enabled": true,
|
||||
"username": "your-username",
|
||||
"password": "your-password",
|
||||
"hostnames": [
|
||||
"yoursubdomain.ddns.net",
|
||||
"yourothersubdomain.ddns.net"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Cloudflare Account",
|
||||
"provider": "cloudflare",
|
||||
"enabled": true,
|
||||
"api_token": "your-cloudflare-api-token",
|
||||
"hostnames": [
|
||||
"yourdomain.com",
|
||||
"yoursubdomain.yourdomain.com",
|
||||
"yourothersubdomain.yourdomain.com"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "DuckDNS Account",
|
||||
"provider": "duckdns",
|
||||
"enabled": false,
|
||||
"api_token": "your-duckdns-api-token",
|
||||
"hostnames": [
|
||||
"yoursubdomain.duckdns.org",
|
||||
"yourothersubdomain.duckdns.org"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue