Unverified Commit a1e1c384 authored by Alexander Bock's avatar Alexander Bock Committed by GitHub
Browse files

Remove option from torrentclient to auto-select a port

parent 4041bbb9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -72,7 +72,7 @@ void TorrentClient::initialize() {
settings.set_str(
libtorrent::settings_pack::listen_interfaces,
"0.0.0.0:6881,0.0.0.0:20280,0.0.0.0:20285,0.0.0.0:20290,0.0.0.0:0"
"0.0.0.0:6881,0.0.0.0:20280,0.0.0.0:20285,0.0.0.0:20290"
);
settings.set_bool(libtorrent::settings_pack::allow_multiple_connections_per_ip, true);
settings.set_bool(libtorrent::settings_pack::enable_upnp, true);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment