Added dnsmasq DNS listening on container bridge interfaces; corrected ddns.json

This commit is contained in:
Matthew Grotke 2026-04-14 21:50:55 -04:00
parent 9c043ae30c
commit 2d50a982b8
3 changed files with 56 additions and 34 deletions

View file

@ -1,51 +1,40 @@
{
"general": {
"log_max_kb": 512,
"log_errors_only": false
"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"
},
"providers": [
{
"description": "No-IP Main Account",
"provider": "noip",
"enabled": true,
"type": "noip",
"username": "your-noip-username",
"password": "your-noip-password",
"username": "your-username",
"password": "your-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/"
"grotke.ddns.net"
]
},
{
"description": "DuckDNS Account",
"description": "DuckDNS Main Account",
"provider": "duckdns",
"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/"
"yoursubdomain"
]
}
]