Gluetun not always working and maybe DNS leaking #2777
Unanswered
LorenzoZappa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed Gluetun on my Ubuntu server, which is using hotspot shield vpn.
I am currently connecting to that server using Tailscale and on the same server I am running pi-hole as DNS filter. In short I have tailscale and pi-hole configured on my server so that any client logged into the same tailscale network always uses my server IP for DNS requests.
On the same server I have installed Gluetun with docker, to use the vpn with other containers. I think that gluetun might try to resolve the dns request using my pi-hole dns server, due to tailscale redirecting all dns requests to it.
Today gluetun stopped working completely, here is the docker log
(where the XXXX has been edited out)
Looking at this it seems to me that not only Gluetun is not working but it is leaking my dns, so even if it works it would still be an issue. Is it leaking dns requests?
Here is my docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions