Hi all!
I’m not fully sure if it’s correct place to put question. But i hope it is
I had issue with my Uptime Kuma addon. It appears that docker configuration for DNS in this addon is a little bit weird:
DNS at 127.0.0.11? It doesnt use my local network DNS, and since then it cannot resolve DNS queries about my local devices.
Does anybody know how to solve it?
I know i might try to chane /etc/resolv inside container, but AFAIK it wont be persistent.
Are you sure it is 11 in the end?
127.0.0.1 is localhost, which means the program will contact the the same machine it is running on.
This can be as intended if a service is running there to forward the requests.
The setup is often seen with programs that scan request for malware sites.