From 585517f725b14d538c7c84728b80cb2bdff4fabd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 17 Sep 2014 10:58:15 +0200 Subject: sd: download the consensus instead of a v2 status --- zshfunc/sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshfunc') diff --git a/zshfunc/sd b/zshfunc/sd index ec12420..92ee1cf 100644 --- a/zshfunc/sd +++ b/zshfunc/sd @@ -1,7 +1,7 @@ ## vim:ft=zsh:foldmethod=marker local fp -fp=$( wget -q -O - http://tor.noreply.org:80/tor/status/authority | \ +fp=$( wget -q -O - http://tor.noreply.org:80/tor/status-vote/current/consensus | \ awk '$1 == "r" && $2 == "'$1'" {printf "%s===", $3}' | \ perl -MMIME::Base64 -e "print unpack(\"H*\", decode_base64(<>)),\"\n\"" ) echo wget -q -O - http://tor.noreply.org:80/tor/server/fp/$fp -- cgit v1.2.3