mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Ignore non router for UPnP
This commit is contained in:
@@ -978,6 +978,7 @@ void GUI::configureSession(bool deleteOptions) {
|
|||||||
} else {
|
} else {
|
||||||
sessionSettings.user_agent = "qBittorrent "VERSION;
|
sessionSettings.user_agent = "qBittorrent "VERSION;
|
||||||
}
|
}
|
||||||
|
sessionSettings.upnp_ignore_nonrouters = true;
|
||||||
BTSession->setSessionSettings(sessionSettings);
|
BTSession->setSessionSettings(sessionSettings);
|
||||||
// Bittorrent
|
// Bittorrent
|
||||||
// * Max connections limit
|
// * Max connections limit
|
||||||
|
|||||||
Reference in New Issue
Block a user