mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +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 {
|
||||
sessionSettings.user_agent = "qBittorrent "VERSION;
|
||||
}
|
||||
sessionSettings.upnp_ignore_nonrouters = true;
|
||||
BTSession->setSessionSettings(sessionSettings);
|
||||
// Bittorrent
|
||||
// * Max connections limit
|
||||
|
Loading…
Reference in New Issue
Block a user