Duckdns not connecting

You were right, under the configurator tab are the settings.
This is what I’ve added so far and now it connects!
{
“username”: “me”,
“password”: “mine”,
“ssl”: false,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“allowed_networks”: [
“192.168.0.0/16”,
“172.30.0.0/16”,
my.duckdns.org”,
“my ip from duckdns”,
“my ip from my mobile network”,
“my ip from my home network”,
“my ip frpm the network the HA raspi is on”
],
“banned_ips”: [
“8.8.8.8”
],
“banlimit”: 0,
“ignore_pattern”: [
pycache
],
“dirsfirst”: false,
“enforce_basepath”: false,
“notify_service”: “persistent_notification.create”
}

Thanks for your guidance, I’m sure I’ll run into problems as none of them are fixed IP’s but I’ll cross that bridge another day!

Cheers

1 Like