Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

IP is leaking through #137

Open
Alfagun74 opened this issue Oct 5, 2022 · 5 comments
Open

IP is leaking through #137

Alfagun74 opened this issue Oct 5, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@Alfagun74
Copy link

Information

I just checked the IPs my Torrent Setup is leaking to the outside and was shocked finding out that my VPN IP AND my real IP are leaking through. I used this Tool: (ipleak.net)

Unbenannt

Current setup

information about your current setup

docker image tag (ex: python, latest, 32242d1 ...) python
docker image hash (ex: 603b78e07727) f696e56e6591

docker-compose.yml file or docker run command

how did you start the container? (don't forget to use backticks for creating a proper code block)

version: "3.3"
services:
  alpine-qbittorrent-openvpn:
    environment:
      - OPENVPN_PROVIDER=SURFSHARK
      - OPENVPN_CONFIG=la-vte.prod.surfshark.com_udp
      - OPENVPN_USERNAME=REDACTED
      - OPENVPN_PASSWORD=REDACTED
      - PUID=1000
      - PGID=1000
      - LAN=0.0.0.0/0
    ports:
      - "8080:8080"
    cap_add:
      - NET_ADMIN
    image: guillaumedsde/alpine-qbittorrent-openvpn:latest
@Alfagun74 Alfagun74 added the bug Something isn't working label Oct 5, 2022
@G5K-org
Copy link

G5K-org commented Nov 24, 2022

A simple fix is to prevent qbit using different network interface than tun1. Had this before with qbit and protonvpn on my main machine and without docker. Seems to be a config problem from qbit.

@Alfagun74
Copy link
Author

A simple fix is to prevent qbit using different network interface than tun1. Had this before with qbit and protonvpn on my main machine and without docker. Seems to be a config problem from qbit.

How to configure this?

@G5K-org
Copy link

G5K-org commented Nov 24, 2022

qBit WebUI -> Options -> Advanced -> Network Interface (Dropdown Menu)
Check if your IP is still leaking.

@Alfagun74
Copy link
Author

Oh my God thank you som much my ip was leaking for months and @guillaumedsde is inactive

@G5K-org
Copy link

G5K-org commented Nov 24, 2022

No problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants