mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Don't block peers that use privileged ports.
This commit is contained in:
parent
17c62bdd08
commit
1110617896
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ void QBtSession::configureSession() {
|
||||||
else
|
else
|
||||||
sessionSettings.force_proxy = false;
|
sessionSettings.force_proxy = false;
|
||||||
#endif
|
#endif
|
||||||
|
sessionSettings.no_connect_privileged_ports = false;
|
||||||
qDebug() << "Settings SessionSettings";
|
qDebug() << "Settings SessionSettings";
|
||||||
setSessionSettings(sessionSettings);
|
setSessionSettings(sessionSettings);
|
||||||
// Bittorrent
|
// Bittorrent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue