repo: resdb
action: commit
revision: 
path_from: 
revision_from: 89a80a2ce7bb83a1f4d1b685fcf98b331b55aa12:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit 89a80a2ce7bb83a1f4d1b685fcf98b331b55aa12
Author: d3v11 
Date:   Sat Sep 24 08:35:38 2011 -0500

    fixed tor2dns

diff --git a/contrib/peer2anonet.tgz b/contrib/peer2anonet.tgz
deleted file mode 100644
index fd07847796c2a6b2c9929799e843dc177cd6d48f..0000000000000000000000000000000000000000
Binary files a/contrib/peer2anonet.tgz and /dev/null differ
diff --git a/contrib/tor2dns/tor2dns/README b/contrib/tor2dns/tor2dns/README
index 75a1ebe9d6fcae5dde8e4fe7f33c340eb6662ccf..
index ..2610295aa2efdbedc5a16596cc7d7888b23de7a0 100644
--- a/contrib/tor2dns/tor2dns/README
+++ b/contrib/tor2dns/tor2dns/README
@@ -19,7 +19,7 @@ mkdir /services/tor2dns
 tar -xvf tor2dns.tar.gz --directory='/services'
 cd /
 ln -s /services/tor2dns /service
-echo 'new dns link >>> http://'`cat /var/lib/tor/tor2dns/hostname`
+echo 'new dns link >>> http://'`cat /var/lib/tor/tor2dns/hostname`':8053'

 POST INSTALL:
 	You will want to make sure port fowarding is turned on, on
diff --git a/contrib/tor2dns/tor2dns/run b/contrib/tor2dns/tor2dns/run
index 087f7aa51b8633563e5b397e2e76fa012b686ed5..
index ..1e543a968e728b87ca9d78be1dd574c094e1c114 100755
--- a/contrib/tor2dns/tor2dns/run
+++ b/contrib/tor2dns/tor2dns/run
@@ -1,10 +1,10 @@
 #!/bin/bash
 GETIP() {
-        while true; do
-        wget `cat ../wimi.com` -O index.html
-        sleep 5m
+	while true; do
+	wget 'http://www.showmyip.com/simple/' -O index.html
+	sleep 5h
         done
-        }
+	}

 [ -e SHARE ] || mkdir SHARE
 cd SHARE
diff --git a/contrib/tor2dns/tor2dns/wimi.com b/contrib/tor2dns/tor2dns/wimi.com
deleted file mode 100644
index 5aae0b99439b67ef994fdd9c953a081ef83c12e2..0000000000000000000000000000000000000000
--- a/contrib/tor2dns/tor2dns/wimi.com
+++ /dev/null
@@ -1 +0,0 @@
-http://automation.whatismyip.com/n09230945.asp

-----END OF PAGE-----