mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- qBittorrent can now listen on ports < 1024 (must be root)
This commit is contained in:
@@ -545,7 +545,7 @@ public:
|
||||
|
||||
static int getDHTPort() {
|
||||
QSettings settings("qBittorrent", "qBittorrent");
|
||||
return settings.value(QString::fromUtf8("Preferences/Bittorrent/DHTPort"), 6882).toInt();
|
||||
return settings.value(QString::fromUtf8("Preferences/Bittorrent/DHTPort"), 6881).toInt();
|
||||
}
|
||||
|
||||
static bool isLSDEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user