summaryrefslogtreecommitdiff
path: root/contrib/tor2dns/README
diff options
context:
space:
mode:
authorObee <obee@anomail.ano>2011-12-01 04:30:50 +0000
committerObee <obee@anomail.ano>2011-12-01 04:30:50 +0000
commit9225c2b010f5d7b84e63a772a9679ab8b1a2f3b9 (patch)
tree2e0889510daedb2fd2640adbd8339be4126453cb /contrib/tor2dns/README
parentcce40b6ef5b27a573147a98d728b8bbd502754c4 (diff)
parent84c8ec4218fbf18341cca859ca1c1efe32ec7472 (diff)
downloadresdb-9225c2b010f5d7b84e63a772a9679ab8b1a2f3b9.tar.gz
resdb-9225c2b010f5d7b84e63a772a9679ab8b1a2f3b9.zip
Merge branch 'master' of git://1.0.27.102
Diffstat (limited to 'contrib/tor2dns/README')
-rw-r--r--contrib/tor2dns/README32
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.