Added support for bundled tor connection type in Windows, including using ports instead of socket files

This commit is contained in:
Micah Lee 2017-04-14 18:33:44 -07:00
parent 6200cb3b08
commit 9b3cee0878
5 changed files with 77 additions and 25 deletions

View file

@ -0,0 +1,9 @@
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}}