qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun
MIT License
269 stars 31 forks source link

HTTP Proxy through SwitchyOmega shows local WAN IP #47

Closed truthsword closed 3 months ago

truthsword commented 3 months ago

Something simple, so vexing... Here's my docker-compose:

version: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    hostname: gluetun
    cap_add:
      - NET_ADMIN
    ports:
      - 8888:8888/tcp # HTTP proxy
    environment:
      - HTTPPROXY=on

(truncated airvpn setup)

My host is 192.168.1.42, so in SwitchyOmega Proxy I used 192.168.1.42:8888 for HTTP setting (default) and set HTTPS to use default.

When selecting the proxy profile and loading whatismyip on my browser, I get my local WAN address. I've tried changing the browser proxy settings as well, and using the docker container IP (172.24.05) without any change. I'm sure this is user error, but I'm stuck. Thanks for any assistance.

elliotks commented 3 months ago

@truthsword

I am having an issue with the latest docker image: qmcgaw/gluetun:latest which is unrelated to the issue you are providing. But I would recommend trying qmcgaw/gluetun:v3 to see if that resolves the issue - it did for me.

truthsword commented 3 months ago

It turns out that the issue related to a conflict with another browser extension. #resolved