Mercurial > hg > anonet-resdb
comparison contrib/anoproxy/README @ 672:c514819cc79c draft
Added AnoProxy, simple tool to create an outbound proxy from AnoNet(2)
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 15 Oct 2011 19:45:58 -0500 |
parents | |
children | 1297e7aa65c6 |
comparison
equal
deleted
inserted
replaced
671:1bc0c37ce2c1 | 672:c514819cc79c |
---|---|
1 DESCRIPTION: | |
2 simple and quick outbound proxy from AnoNet(2) | |
3 | |
4 DEPENDS: | |
5 usewithtor, daemontools, python | |
6 | |
7 INSTALL: | |
8 | |
9 # as root do: | |
10 tar -xvf anoproxy.tgz --directory='/services' | |
11 echo '<ip address to bind>' >/services/anoproxy/IP | |
12 echo '<port to bind>' >/services/anoproxy/PORT | |
13 cd / | |
14 ln -s /services/anoproxy /service | |
15 svstat /service/anoproxy | |
16 | |
17 UPDATE: | |
18 | |
19 # pull a copy using tor | |
20 usewithtor wget http://nbafkr7odek2wh6r.onion/anoproxy.tgz | |
21 | |
22 # pull a copy from AnoNet2 | |
23 wget http://d3v11.ano/anoproxy.tgz | |
24 |