Skip to content

Question/Help: Expose containers using gluetun through traefik #647

Answered by qdm12
nithin-bose asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there!

It won't leak any traffic through the docker network.

Gluetun's firewall and routing are configured to:

  • allow inbound connections from (mostly) everything except the tunnel (so docker networks, LAN, NOT VPN internet)
  • only allow outbound connections through the tunnel

Now security wise, just make sure to not expose the http control server on the internet for now. I have plans to add authentication but for now it's just dumb in that aspect. I think there are (undocumented and unused for now) routes exposing the vpn settings including your VPN credentials so it's better to keep it local until I add authentication (probably with a v4 breaking change release).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nithin-bose
Comment options

Answer selected by nithin-bose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #646 on September 27, 2021 20:06.