Default to Random Ports.

This commit is contained in:
Andrew Resch 2008-01-22 03:57:46 +00:00
parent a3fc292dd6
commit 3a47731483

View file

@ -64,7 +64,7 @@ DEFAULT_PREFS = {
"torrentfiles_location": deluge.common.get_default_torrent_dir(),
"plugins_location": deluge.common.get_default_plugin_dir(),
"prioritize_first_last_pieces": False,
"random_port": False,
"random_port": True,
"dht": False,
"upnp": False,
"natpmp": False,