Commit 3bb947a1 authored by Erinn Clark's avatar Erinn Clark
Browse files

temporarily switch OSX and Linux to fixed ports

parent 66d0e9d0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,6 +8,4 @@ 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
+0 −2
Original line number Diff line number Diff line
@@ -8,9 +8,7 @@ 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

+0 −2
Original line number Diff line number Diff line
@@ -8,9 +8,7 @@ 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

+0 −2
Original line number Diff line number Diff line
@@ -8,6 +8,4 @@ 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
+0 −1
Original line number Diff line number Diff line
@@ -12,5 +12,4 @@ DefaultPluginsDirectory=./extensions
ControlPort=9051
TorExecutable=./tor
Torrc=../Data/Tor/torrc
AutoControl=true
DataDirectory=../Data/Tor
Loading