mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
- Ignore non router for UPnP
This commit is contained in:
parent
6a1db644de
commit
7b65998c72
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user