mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Ignore non router for UPnP
This commit is contained in:
parent
6a1db644de
commit
7b65998c72
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue