Commit 423c8ef7 authored by Erinn Clark's avatar Erinn Clark
Browse files

Revert "temporarily switch OSX and Linux to fixed ports"

This reverts commit 3bb947a1.
parent f618d9f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,4 +8,6 @@ GeoIPFile ./Data/Tor/geoip
Log notice stdout
# Bind to this address to listen to connections from SOCKS-speaking
# applications.
SocksPort auto
SocksListenAddress 127.0.0.1
ControlPort auto
+2 −0
Original line number Diff line number Diff line
@@ -8,7 +8,9 @@ GeoIPFile ./Data/Tor/geoip
Log notice stdout
# Bind to this address to listen to connections from SOCKS-speaking
# applications.
SocksPort auto
SocksListenAddress 127.0.0.1
ControlPort auto

UseBridges 1

+2 −0
Original line number Diff line number Diff line
@@ -8,7 +8,9 @@ GeoIPFile ../../Contents/Resources/Data/Tor/geoip
Log notice stdout
# Bind to this address to listen to connections from SOCKS-speaking
# applications.
SocksPort auto
SocksListenAddress 127.0.0.1
ControlPort auto

UseBridges 1

+2 −0
Original line number Diff line number Diff line
@@ -8,4 +8,6 @@ GeoIPFile ../../Contents/Resources/Data/Tor/geoip
Log notice stdout
# Bind to this address to listen to connections from SOCKS-speaking
# applications.
SocksPort auto
SocksListenAddress 127.0.0.1
ControlPort auto
+1 −0
Original line number Diff line number Diff line
@@ -12,4 +12,5 @@ DefaultPluginsDirectory=./extensions
ControlPort=9051
TorExecutable=./tor
Torrc=../Data/Tor/torrc
AutoControl=true
DataDirectory=../Data/Tor
Loading