You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am binding a few LinuxServer.io services to a gluetun instance and using https://github.com/tailscale-dev/docker-mod to embed a Tailscale user-level connection and proxy the service's web UI with tailscale serve.
I can get routing to/from the Tailscale to work fine, including local traversal, by properly setting FIREWALL_OUTBOUND_SUBNETS. However, DNS resolution for other Tailscale hosts (which is desirable in my arrangement) doesn't work because 127.0.0.1:53 just forwards this upstream (i.e. Cloudflare, by default).
It would ideal to be able to influence the unbound config to do something like this:
I recognise you've got goals to radically change how DNS works in gluetun, but it has been several years on that front. Is there something we could do in the interim, such as an env var like:
In Kubernetes in particular it would be helpful to be able to specify the cluster DNS resolver for instances where I want a container with gluetun to be able to resolve other services in the cluster.
I want a container in pod X to be able to connect to the service of pod Y by the service's name, not it's IP address.
@qdm12 if this is accomplished in #137 and PR #1742 could you suggest how to use it? Would be happy to create a PR updating the documentation if so.
What's the feature 🧐
I want to be able to say that this specific domain needs to be resolved from Kubernetes DNS server and also set the routing so it can be reached.
Eg. coredns on 10.41.0.10 (default in Kubernetes that it's the .10 address).
Extra information and references
No response
The text was updated successfully, but these errors were encountered: