Mercurial > hg > anonet-resdb
view contrib/tor2dns/run @ 778:150043713880 draft
massive update to peer2anonet, here's hoping i didn't fuck something
up ;-)
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 26 Nov 2011 05:16:10 +0000 |
parents | 5c86c4e82b4c |
children |
line wrap: on
line source
#!/bin/bash GETIP() { while true; do wget 'http://www.showmyip.com/simple/' -O index.html sleep 5h done } [ -e SHARE ] || mkdir SHARE cd SHARE ../serve & GETIP