Mercurial > hg > anonet-resdb
view contrib/anoproxy/README @ 794:7fd0d1fa0f72 draft
reverted back to www.srw.ano/dns configuration for a.ns.$USER.ano
on ./contrib/peer2anonet/peer2anonet --configure-dns. everything
else seems to be working aside from --configure-dns. If you look
in function CONFIGURE_DNS() you can see the code, if you find
working solution let me know. i've had success on my system with
the commented lines, but uncommented lines fail for tinydns/root/data.
dunno, maybe, sometimes... if you fix it before i do let me know.
d3v11@d3v11.ano /relayhell/d3v11
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 27 Nov 2011 05:47:00 +0000 |
parents | 1297e7aa65c6 |
children |
line wrap: on
line source
DESCRIPTION: simple and quick outbound proxy from AnoNet(2) DEPENDS: usewithtor, daemontools, python INSTALL: # as root do: ip addr add '<ip address to bind>'/32 dev lo & 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