Remove tor files
This commit is contained in:
parent
9cb2bc4825
commit
1ae84c11ad
3 changed files with 0 additions and 48 deletions
|
@ -1,34 +0,0 @@
|
|||
Minimum version requred: 0.2.7.5
|
||||
|
||||
Manual install method for Windows:
|
||||
- The download/unpack process is automatized on Windows, but if it's fails for any reasons follow the next steps.
|
||||
- Download Expert Bundle from https://www.torproject.org/download/download.html (tor-win32-*.zip)
|
||||
- Copy everything from the archive's `Tor` directory `tools\tor` and the files from `Data\Tor` to `tools\tor\data` (you need to create it)
|
||||
- You should get directory structure similar to this:
|
||||
tools\tor:
|
||||
│ libeay32.dll
|
||||
│ libevent-2-0-5.dll
|
||||
│ libevent_core-2-0-5.dll
|
||||
│ libevent_extra-2-0-5.dll
|
||||
│ libgcc_s_sjlj-1.dll
|
||||
│ libssp-0.dll
|
||||
│ manual_install.txt
|
||||
│ ssleay32.dll
|
||||
│ start.cmd
|
||||
│ tor.exe
|
||||
│ torrc
|
||||
│ zlib1.dll
|
||||
|
||||
tools\tor\data:
|
||||
│ geoip
|
||||
│ geoip6
|
||||
- Start ZeroNet, it will run and use the tools\tor\tor.exe file
|
||||
|
||||
For other OS:
|
||||
- Follow install instructions at: https://www.torproject.org/docs/installguide.html.en
|
||||
- Edit torrc configuration file
|
||||
- Remove the `#` character from line `# ControlPort 9051`
|
||||
- Restart tor service
|
||||
- Start ZeroNet
|
||||
|
||||
For more info check: http://zeronet.readthedocs.org/en/latest/faq/
|
|
@ -1 +0,0 @@
|
|||
tor.exe -f torrc
|
|
@ -1,13 +0,0 @@
|
|||
# Tor config for ZeroNet
|
||||
|
||||
DataDirectory data
|
||||
DirReqStatistics 0
|
||||
GeoIPFile geoip\geoip
|
||||
GeoIPv6File geoip\geoip6
|
||||
|
||||
# Log notice file data\notice.log
|
||||
|
||||
ControlPort 49051
|
||||
SOCKSPort 49050
|
||||
|
||||
CookieAuthentication 1
|
Loading…
Reference in a new issue