From 7260c9ce70af0585fe7edfdeb299d88235170e1a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 10 Sep 2006 20:25:20 +0000 Subject: Commit changes from June --- other/tor/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'other') diff --git a/other/tor/Makefile b/other/tor/Makefile index 0e5c712..b79a7f0 100644 --- a/other/tor/Makefile +++ b/other/tor/Makefile @@ -1,9 +1,11 @@ TODAY=`TZ=UTC date +'%Y-%m-%d_%H:%M:%S'` -WGET=wget --cache=off +WGET=wget --cache=off --bind-address=127.0.0.1 OUTDIR=tor-directory #SOURCE=http://moria.mit.edu:9031/ #SOURCE=http://tor.noreply.org:9030/ -SOURCE=http://tor.noreply.org:80/tor/ +#SOURCE=http://tor.noreply.org:80/tor/ +# wget -q -O - --bind-address=127.0.0.1 http://tor.noreply.org/tor/dir-all-weaselhack +SOURCE=http://tor.noreply.org/tor/dir-all-weaselhack TMPFILE=download.tmp LAST_NAME=dir.last -- cgit v1.2.3