Initial commit
This commit is contained in:
commit
9c043ae30c
6 changed files with 5655 additions and 0 deletions
52
ddns.json
Normal file
52
ddns.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue