repo: resdb action: commit revision: path_from: revision_from: 89a80a2ce7bb83a1f4d1b685fcf98b331b55aa12: path_to: revision_to:
commit 89a80a2ce7bb83a1f4d1b685fcf98b331b55aa12 Author: d3v11Date: 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
--- 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
--- 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-----