blob: 4307f5d4175c69e6936ea90006eaec59f69e7909 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION:
simple and quick outbound proxy from AnoNet(2)
DEPENDS:
usewithtor, daemontools, python
INSTALL:
# as root do:
tar -xvf anoproxy.tgz --directory='/services'
echo '<ip address to bind>' >/services/anoproxy/IP
echo '<port to bind>' >/services/anoproxy/PORT
cd /
ln -s /services/anoproxy /service
svstat /service/anoproxy
UPDATE:
# pull a copy using tor
usewithtor wget http://nbafkr7odek2wh6r.onion/anoproxy.tgz
# pull a copy from AnoNet2
wget http://d3v11.ano/anoproxy.tgz
|