Version 0.3.5, Rev830, Full Tor mode support with hidden services, Onion stats in Sidebar, GeoDB download fix using Tor, Gray out disabled sites in Stats page, Tor hidden service status in stat page, Benchmark sha256, Skyts tracker out expodie in, 2 new tracker using ZeroNet protocol, Keep SSL cert option between restarts, SSL Certificate pinning support for connections, Site lock support for connections, Certificate pinned connections using implicit SSL, Flood protection whitelist support, Foreign keys support for DB layer, Not support for SQL query helper, 0 length file get bugfix, Pex onion address support, Faster port testing, Faster uPnP port opening, Need connections more often on owned sites, Delay ZeroHello startup message if port check or Tor manager not ready yet, Use lockfiles to avoid double start, Save original socket on proxy monkey patching to get ability to connect localhost directly, Handle atomic write errors, Broken gevent https workaround helper, Rsa crypt functions, Plugin to Bootstrap using ZeroNet protocol
This commit is contained in:
parent
c9578e9037
commit
e9d2cdfd37
99 changed files with 9476 additions and 267 deletions
34
tools/tor/manual_install.txt
Normal file
34
tools/tor/manual_install.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
Minimum version requred: 0.2.7.5
|
||||
|
||||
Manual install method for Windows:
|
||||
- The download/unpack process is automatized on Windows, but if its 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:
|
||||
utils\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
|
||||
|
||||
utils\tor\data:
|
||||
│ geoip
|
||||
│ geoip6
|
||||
- Start ZeroNet, it will run and use the utils\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
tools/tor/start.cmd
Normal file
1
tools/tor/start.cmd
Normal file
|
@ -0,0 +1 @@
|
|||
tor.exe -f torrc
|
13
tools/tor/torrc
Normal file
13
tools/tor/torrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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…
Add table
Add a link
Reference in a new issue