mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-11 12:48:47 -04:00
Connecting to Tor in bundled mode now creates a temporary tor data dir, starts a new tor process, and connects to it. Also, refactored Settings dialog to allow Linux to use bundled tor as well
This commit is contained in:
parent
3bbefd7267
commit
e295f90e68
4 changed files with 91 additions and 36 deletions
9
share/torrc_template
Normal file
9
share/torrc_template
Normal file
|
@ -0,0 +1,9 @@
|
|||
DataDirectory {{data_directory}}
|
||||
SocksPort {{socks_port}}
|
||||
ControlSocket {{control_socket}}
|
||||
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