mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Don't block peers that use privileged ports.
This commit is contained in:
@@ -505,6 +505,7 @@ void QBtSession::configureSession() {
|
||||
else
|
||||
sessionSettings.force_proxy = false;
|
||||
#endif
|
||||
sessionSettings.no_connect_privileged_ports = false;
|
||||
qDebug() << "Settings SessionSettings";
|
||||
setSessionSettings(sessionSettings);
|
||||
// Bittorrent
|
||||
|
||||
Reference in New Issue
Block a user