view contrib/tor2dns/run @ 1182:135e7c234e24 draft

updated them to have no out-of-zone data.
author epoch <epoch@hacking.allowed.ano>
date Mon, 06 Jul 2015 14:28:19 +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