Skip to content
Discussion options

You must be logged in to vote

would it be possible (and safe in the sense that there is no possibility of leaking the IP or else) of bridging the gluetun container with another network so that I can connect containers to each other?

That's exactly what I do! So I have the same Docker network for my main reverse proxy and gluetun, so that I can access an app someapp connected to gluetun at https://mydomain.com/someapp. That way you don't even need to publish ports on gluetun, although having them as expose helps documentation-wise 😉

And no it would not leak anything, although maybe your someapp could be aware of the client IP address you are accessing it through. But all the outbound traffic would still go through gl…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@FunctionDJ
Comment options

@qdm12
Comment options

qdm12 Dec 6, 2022
Maintainer

@FunctionDJ
Comment options

@qdm12
Comment options

qdm12 Dec 7, 2022
Maintainer

Answer selected by iluvatyr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants