mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Don't block peers that use privileged ports.
This commit is contained in:
parent
17c62bdd08
commit
1110617896
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user