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
An environment variable to override the LAN network, or at least add additional networks for inbound connections, would be useful for cases where Gluetun isn't able to detect the actual local network.
What's the feature 🧐
An environment variable to override the LAN network, or at least add additional networks for inbound connections, would be useful for cases where Gluetun isn't able to detect the actual local network.
Extra information and references
Why is the local network not detected for me?
I'm running this in Kubernetes, with Calico as the network plugin. It turns out Calico sets the default route to 169.254.1.1, so Gluetun isn't seeing the actual pod network.
I got around this with custom iptables rules, which works, but would've been convenient to not have to do that.
I know Gluetun is primarily targeted at Docker setups, and my issue was a pretty specific edge-case, so fair enough if this is out-of-scope.
The text was updated successfully, but these errors were encountered: