From 02e35c26d1e85b53d206778e26eeaa791d4c1456 Mon Sep 17 00:00:00 2001 From: Tom Piccirello Date: Thu, 4 Jan 2018 02:26:00 -0500 Subject: [PATCH] Updated Disable connections not supported by proxies (markdown) --- Disable-connections-not-supported-by-proxies.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Disable-connections-not-supported-by-proxies.md b/Disable-connections-not-supported-by-proxies.md index b324a88..370f517 100644 --- a/Disable-connections-not-supported-by-proxies.md +++ b/Disable-connections-not-supported-by-proxies.md @@ -1,9 +1,10 @@ **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. When enabled, the following configuration is used: +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](https://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode/) -* Disable Local Peer Discovery -* Disable DHT -* Disable UPnP & NAT-PMP -* Only talk to http(s) trackers via (any) proxy -* Only talk to udp trackers via SOCKS5/I2P proxy \ No newline at end of file +## Features +* Disables Local Peer Discovery +* Disables DHT +* Disables UPnP & NAT-PMP +* Only talks to http(s) trackers via (any) proxy +* Only talks to udp trackers via SOCKS5/I2P proxy \ No newline at end of file