mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
parent
8706a7c973
commit
654bf85a71
1 changed files with 3 additions and 1 deletions
|
@ -1534,6 +1534,8 @@ void Session::configureNetworkInterfaces(lt::settings_pack &settingsPack)
|
|||
? ('[' + Utils::Net::canonicalIPv6Addr(addr).toString() + ']')
|
||||
: addr.toString());
|
||||
endpoints << (ip + portString);
|
||||
|
||||
if ((ip != "0.0.0.0") && (ip != "[::]"))
|
||||
outgoingInterfaces << ip;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue