Updated Disable connections not supported by proxies (markdown)

mikeclueby4 2021-05-22 15:09:48 +02:00
parent dc1f7f85db
commit 2499f34329

@ -1,3 +1,12 @@
## Always enabled in qBittorrent 4.2 and above
[Changes in the underlying libtorrent library](https://github.com/qbittorrent/qBittorrent/issues/11698#issuecomment-567733276) mean that the below behavior is always enabled when using a proxy.
The option is removed.
## Before qBittorrent 4.2
**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](Anonymous-Mode).
@ -7,5 +16,3 @@ This feature attempts to enhance client privacy by disallowing any traffic that
* Disables UPnP & NAT-PMP
* Only talks to http(s) trackers via (any) proxy
* Only talks to udp trackers via SOCKS5/I2P proxy
In qBitorrent 4.2 and above [changes in the underlying libtorrent library](https://github.com/qbittorrent/qBittorrent/issues/11698#issuecomment-567733276) mean the option is removed, as the above behavior is always enabled when using a proxy.