mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-12 00:00:47 -04:00
Added support for bundled tor connection type in Windows, including using ports instead of socket files
This commit is contained in:
parent
6200cb3b08
commit
9b3cee0878
5 changed files with 77 additions and 25 deletions
9
share/torrc_template-windows
Normal file
9
share/torrc_template-windows
Normal 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}}
|
Loading…
Add table
Add a link
Reference in a new issue