use Tor's proxy number by default

This commit is contained in:
ThomasV 2015-03-12 18:12:34 +01:00
parent 1569cd0420
commit c28915d122
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class NetworkDialog(QDialog):
self.servers = network.get_servers()
host, port, protocol, proxy_config, auto_connect = network.get_parameters()
if not proxy_config:
proxy_config = { "mode":"none", "host":"localhost", "port":"8080"}
proxy_config = { "mode":"none", "host":"localhost", "port":"9050"}
if parent:
n = len(network.get_interfaces())