From d767f074c4182059b51c48995c6e4e3902228f4d Mon Sep 17 00:00:00 2001 From: d3v11 Date: Fri, 25 Nov 2011 23:21:28 +0000 Subject: updated my software to resdb --- contrib/tor2dns/run | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 contrib/tor2dns/run (limited to 'contrib/tor2dns/run') diff --git a/contrib/tor2dns/run b/contrib/tor2dns/run new file mode 100755 index 0000000..1e543a9 --- /dev/null +++ b/contrib/tor2dns/run @@ -0,0 +1,13 @@ +#!/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 + -- cgit v1.2.3