-
-
Notifications
You must be signed in to change notification settings - Fork 4k
How to bind your vpn to prevent ip leaks
Justin Brown edited this page Sep 27, 2024
·
1 revision
Many VPNs offer a 'kill-switch' feature designed to block all internet connections if the VPN connection drops, preventing accidental data leaks like your IP address. However, these kill switches can sometimes be unreliable. To add an additional layer of security, you can configure qBittorrent to bind with your VPN. This ensures data can be transferred if and only if your VPN is currently active, which helps prevent data leaks.
The following is a guide to enable this functionality
- Open the start menu by pressing the windows key, or by clicking on it.
- Type into the search bar
view network connections
and hitENTER
. Alternatively, you can navigate withControl Panel -> Network and Internet -> Network and Sharing Center
. This should open up a list of networks such as Ethernet and/or WiFi. - If your VPN is already listed, great! Remember the name of the adapter.
- Otherwise, while this window is open, restart your VPN and a new network adapter may appear. This is your VPN.
- This adapter may not have an obviously identifiable name at first. You may rename this to whatever you like by right-clicking and selecting 'rename'.
- While your VPN is enabled, restart qBittorrent.
- Click
Tools
. - Click
Options
. - Click
Advanced
. - Under the
Network Interface
drop down box, you should select the name of the VPN's adapter from before. - Select
Apply
. - Restart qBittorrent.
This completes the bind to your VPN. Note that qBittorent should now only transfer data if your VPN is active. If you're not seeing data being transferred with your VPN active, try restarting qBittorrent.
- Installing qBittorrent
- Frequently Asked Questions (FAQ)
- qBittorrent options (current and deprecated)
- How to use qBittorrent as a tracker
- How to use portable mode
- Anonymous mode
- How to bind your vpn to prevent ip leaks
State | Version |
---|---|
Current | qBittorrent ≥ v4.1 |
Previous | qBittorrent v3.2.0 - v4.0.x |
Obsolete | qBittorrent < v3.2.0 |
- Let's Encrypt Certificates + Caddy2 Reverse Proxy
- Let's Encrypt certificates + NGINX reverse proxy - Linux
- Let's Encrypt certificates - Linux
- Self-signed SSL certificates - Linux
- Running qBittorrent without X server (WebUI only)
- Running qBittorrent without X server (WebUI only, systemd service set up, Ubuntu 15.04 or newer)
- OpenVPN and qBittorrent without X server
- Coding style
- Contributing
- How to write a search plugin
- Using VSCode for qBittorrent development
- Setup GDB with Qt pretty printers
- How to debug WebUI code