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
When I test the IP using docker exec -it metube curl ipconfig.io the IP matches the VPN destination Chicago, United States (not my location, FWIW)
Share your logs (at least 10 lines)
gluetun | 2025-01-27T23:14:03-05:00 INFO [healthcheck] healthy!
gluetun | 2025-01-27T23:14:04-05:00 INFO [dns] downloading hostnames and IP block lists
gluetun | 2025-01-27T23:14:10-05:00 INFO [dns] init module 0: validator
gluetun | 2025-01-27T23:14:10-05:00 INFO [dns] init module 1: iterator
gluetun | 2025-01-27T23:14:10-05:00 INFO [dns] start of service (unbound 1.20.0).
gluetun | 2025-01-27T23:14:10-05:00 INFO [dns] generate keytag query _ta-4a5c-4f66-9728. NULL IN
gluetun | 2025-01-27T23:14:10-05:00 INFO [dns] generate keytag query _ta-4a5c-4f66-9728. NULL IN
gluetun | 2025-01-27T23:14:11-05:00 INFO [dns] ready
gluetun | 2025-01-27T23:14:11-05:00 INFO [healthcheck] healthy!
gluetun | 2025-01-27T23:14:12-05:00 INFO [ip getter] Public IP address is 194.187.251.155 (Belgium, Flanders, Zaventem)
gluetun | 2025-01-27T23:14:14-05:00 INFO [vpn] There is a new release v3.40.0 (v3.40.0) created 33 days ago
Is this urgent?
None
Host OS
Debian Bookworm
CPU arch
x86_64
VPN service provider
AirVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
latest
What's the problem 🤔
I have a Metube container that runs through gluetun using the compose line
network_mode: container:gluetun
When I test the IP using
docker exec -it metube curl ipconfig.io
the IP matches the VPN destination Belgium (without traefik).Then I added Traefik labels to the Gluetun container:
When I test the IP using
docker exec -it metube curl ipconfig.io
the IP matches the VPN destination Chicago, United States (not my location, FWIW)Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: