summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-11-25 16:50:20 -0800
committerMicah Lee <micah@micahflee.com>2018-11-25 16:50:20 -0800
commit2cbe8979abe549150513cd7489cf3e2e7b348471 (patch)
tree45f9c49b230ec6c73bae353c36c89a82fcd3b385 /share
parent845d7f85647b8f2cb5757e86b3269657bf371b53 (diff)
downloadonionshare-2cbe8979abe549150513cd7489cf3e2e7b348471.tar.gz
onionshare-2cbe8979abe549150513cd7489cf3e2e7b348471.zip
Make macOS use Tor control ports instead of unix sockets to connect to the Tor controller
Diffstat (limited to 'share')
-rw-r--r--share/torrc_template1
-rw-r--r--share/torrc_template-windows9
2 files changed, 0 insertions, 10 deletions
diff --git a/share/torrc_template b/share/torrc_template
index 464adf32..8ac9e1ef 100644
--- a/share/torrc_template
+++ b/share/torrc_template
@@ -1,6 +1,5 @@
DataDirectory {{data_directory}}
SocksPort {{socks_port}}
-ControlSocket {{control_socket}}
CookieAuthentication 1
CookieAuthFile {{cookie_auth_file}}
AvoidDiskWrites 1
diff --git a/share/torrc_template-windows b/share/torrc_template-windows
deleted file mode 100644
index 38a5bf1e..00000000
--- a/share/torrc_template-windows
+++ /dev/null
@@ -1,9 +0,0 @@
-DataDirectory {{data_directory}}
-SocksPort {{socks_port}}
-ControlPort {{control_port}}
-CookieAuthentication 1
-CookieAuthFile {{cookie_auth_file}}
-AvoidDiskWrites 1
-Log notice stdout
-GeoIPFile {{geo_ip_file}}
-GeoIPv6File {{geo_ipv6_file}}