diff options
-rw-r--r-- | contrib/peer2anonet.tgz | bin | 61440 -> 0 bytes | |||
-rw-r--r-- | contrib/tor2dns/tor2dns/README | 2 | ||||
-rwxr-xr-x | contrib/tor2dns/tor2dns/run | 8 | ||||
-rw-r--r-- | contrib/tor2dns/tor2dns/wimi.com | 1 |
4 files changed, 5 insertions, 6 deletions
diff --git a/contrib/peer2anonet.tgz b/contrib/peer2anonet.tgz Binary files differdeleted file mode 100644 index fd07847..0000000 --- a/contrib/peer2anonet.tgz +++ /dev/null diff --git a/contrib/tor2dns/tor2dns/README b/contrib/tor2dns/tor2dns/README index 75a1ebe..2610295 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 087f7aa..1e543a9 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 5aae0b9..0000000 --- a/contrib/tor2dns/tor2dns/wimi.com +++ /dev/null @@ -1 +0,0 @@ -http://automation.whatismyip.com/n09230945.asp |