-
|
TLDR: Gluetun only works for me if I set Hello, first I want to say thanks for all the work here. That's some great work. I'm using gluetun as a sidecar container in Kubernetes. Maybe Im doing something wrong, but I can’t see what it is. I’ve read issues mentioning that deployment.yaml Logs: (Sometimes I also get timeout errors on startup) Inside the alpine container At first I thought it was a VPN provider issue but when I set
What am I missing? I’d like to run without I hope this isn’t a dumb question or creating extra work for anyone. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I solved it, I just made a mistake.
My |
Beta Was this translation helpful? Give feedback.
I solved it, I just made a mistake.
My
resolv.confincluded my router’s domain, which isn’t reachable. Forwgetthat’s enough to fail with „Bad address“.I don’t need to set
DNS_KEEP_NAMESERVER. I also created a customresolv.conffor the whole k3s cluster and now everything works fine.