Default to Random Ports.
This commit is contained in:
parent
a3fc292dd6
commit
3a47731483
@ -64,7 +64,7 @@ DEFAULT_PREFS = {
|
|||||||
"torrentfiles_location": deluge.common.get_default_torrent_dir(),
|
"torrentfiles_location": deluge.common.get_default_torrent_dir(),
|
||||||
"plugins_location": deluge.common.get_default_plugin_dir(),
|
"plugins_location": deluge.common.get_default_plugin_dir(),
|
||||||
"prioritize_first_last_pieces": False,
|
"prioritize_first_last_pieces": False,
|
||||||
"random_port": False,
|
"random_port": True,
|
||||||
"dht": False,
|
"dht": False,
|
||||||
"upnp": False,
|
"upnp": False,
|
||||||
"natpmp": False,
|
"natpmp": False,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user