diff options
Diffstat (limited to 'contrib/anoproxy/README')
-rw-r--r-- | contrib/anoproxy/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/anoproxy/README b/contrib/anoproxy/README new file mode 100644 index 0000000..4307f5d --- /dev/null +++ b/contrib/anoproxy/README @@ -0,0 +1,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 + |