I’ve run headscale container on my unraid successful in the past. Today I need to reinstall it from the scratch.
However after spinning up the container, all I got is this error message:
I’ve run headscale container on my unraid successful in the past. Today I need to reinstall it from scratch.
ERR Could not load DERP map from path error="Get \"[https://controlplane.tailscale.com/derpmap/default\](https://controlplane.tailscale.com/derpmap/default)": dial tcp: lookup controlplane.tailscale.com on 127.0.0.11:53: read udp 127.0.0.1:45085->127.0.0.11:53: i/o timeout" func=GetDERPMap url=https://controlplane.tailscale.com/derpmap/default
When I used nslookup command inside the container, it can find derp website:
root@d12e14ff0f63:/# nslookup
Server: 127.0.0.11
Address: 127.0.0.11
Non-authoritative answer:
Name: controlplane.tailscale.com
Address: 3.125.194.96
Name: controlplane.tailscale.com
Address: 18.197.213.150
Name: controlplane.tailscale.com
Address: 35.156.244.91
Name: controlplane.tailscale.com
Address: 3.73.239.57
Name: controlplane.tailscale.com
I’ve used the same config file that I backed up. Anyone has experienced this error?
