-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Disable connections not supported by proxies
mikeclueby4 edited this page May 22, 2021
·
14 revisions
Changes in the underlying libtorrent library mean that the below behavior is always enabled when using a proxy.
The option is removed.
Note: a proxy must be configured in order to make use of this feature.
This feature attempts to enhance client privacy by disallowing any traffic that doesn't flow through a configured proxy. If enabling this option, you may also be interested in Anonymous Mode.
- Disables Local Peer Discovery
- Disables UPnP & NAT-PMP
- Only talks to http(s) trackers via (any) proxy
- Only talks to udp trackers via SOCKS5/I2P proxy
- 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