diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-11-25 23:21:28 +0000 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-11-25 23:21:28 +0000 |
commit | d767f074c4182059b51c48995c6e4e3902228f4d (patch) | |
tree | 85c196186b25074f215df3b8bee6c456d38f2b82 /contrib/tor2dns/README | |
parent | 9cf9a87c268d278fa15d48be0e79fd9c63a37ea3 (diff) | |
download | resdb-d767f074c4182059b51c48995c6e4e3902228f4d.tar.gz resdb-d767f074c4182059b51c48995c6e4e3902228f4d.zip |
updated my software to resdb
Diffstat (limited to 'contrib/tor2dns/README')
-rw-r--r-- | contrib/tor2dns/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/tor2dns/README b/contrib/tor2dns/README new file mode 100644 index 0000000..5194c76 --- /dev/null +++ b/contrib/tor2dns/README @@ -0,0 +1,32 @@ +DESCRIPTION: + tor2dns is a quick solution to non-free + and centralized dns. + +DEPENDS: + tor, daemontools, python + +INSTALL: + +mkdir /var/lib/tor/tor2dns +echo 'HiddenServiceDir /var/lib/tor/tor2dns' >> /etc/tor/torrc +echo 'HiddenServicePort 8053 127.0.0.1:8053' >> /etc/tor/torrc + +#See note below, you may need to use the commented line. +#chown debian-tor /var/lib/tor/tor2dns + +/etc/init.d/tor restart +mkdir /services/tor2dns +tar -xvf tor2dns.tgz --directory='/services' +cd / +ln -s /services/tor2dns /service +echo 'new dns link >>> http://'`cat /var/lib/tor/tor2dns/hostname`':8053' + +UPDATE: + +# pull a copy from AnoNet2 +wget http://d3v11.ano/tor2dns.tgz + +NOTE: + On some systems /var/lib/tor/tor2dns will need a special owner + like "debian-tor". If tor2dns fails for you please troubleshoot + your logs. |