mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Merge pull request #7099 from evsh/set-inet-outgoing
Set interface for outgoing traffic.
This commit is contained in:
commit
22ea0be917
1 changed files with 1 additions and 0 deletions
|
@ -1124,6 +1124,7 @@ void Session::configure(libtorrent::settings_pack &settingsPack)
|
|||
}
|
||||
}
|
||||
|
||||
settingsPack.set_str(libt::settings_pack::outgoing_interfaces, networkInterface().toStdString());
|
||||
m_listenInterfaceChanged = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue