Mercurial > hg > anonet-resdb
changeset 633:35f2af97f227 draft
fixed tor2dns
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 24 Sep 2011 08:35:38 -0500 |
parents | bd4bf3000759 |
children | 816c36bbb064 |
files | contrib/peer2anonet.tgz contrib/tor2dns/tor2dns/README contrib/tor2dns/tor2dns/run contrib/tor2dns/tor2dns/wimi.com |
diffstat | 4 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/tor2dns/tor2dns/README Fri Sep 23 08:12:59 2011 -0500 +++ b/contrib/tor2dns/tor2dns/README Sat Sep 24 08:35:38 2011 -0500 @@ -19,7 +19,7 @@ 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
--- a/contrib/tor2dns/tor2dns/run Fri Sep 23 08:12:59 2011 -0500 +++ b/contrib/tor2dns/tor2dns/run Sat Sep 24 08:35:38 2011 -0500 @@ -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