mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 05:01:37 +03:00
Stop listening on port 4433 since we do not support SSL torrents
This commit is contained in:
parent
687d192e71
commit
6e1f250470
1 changed files with 2 additions and 0 deletions
|
@ -392,6 +392,8 @@ void QBtSession::configureSession() {
|
|||
|
||||
sessionSettings.upnp_ignore_nonrouters = true;
|
||||
sessionSettings.use_dht_as_fallback = false;
|
||||
// Disable support for SSL torrents for now
|
||||
sessionSettings.ssl_listen = 0;
|
||||
// To prevent ISPs from blocking seeding
|
||||
sessionSettings.lazy_bitfields = true;
|
||||
// Speed up exit
|
||||
|
|
Loading…
Reference in a new issue