Squid proxy not reachable over tailscale
cross-posted from: https://lemmy.pe1uca.dev/post/86577
I deployed squid proxy in docker on ubuntu, I can reach it locally (127.0.0.1 or localhost)
But the connection times out when trying to use the tailscale IP even when I havehttp_access allow all
Do you know if there needs to be another configuration to make it work over tailscale?
Can you post your docker option (or your docker-compose file) used to run the container? Chance that you only bind to localhost there instead of binding to all network interface.
Ohh, you're right, it was not docker directly, one of the containers is a VPN and it has a NETWORK variable I forgot to update