diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-01-18 13:03:44 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-01-18 13:03:44 +0000 |
commit | 9f6703ea3afe66512f1c8791a1a3c9d3f54c293d (patch) | |
tree | d9b48554b1b7a35c65480594e900de0f514f8e77 /contrib/directory-archive | |
parent | 31d05f5aa3d7b1de5b732e20284e4ef3cd6a7082 (diff) | |
download | tor-9f6703ea3afe66512f1c8791a1a3c9d3f54c293d.tar tor-9f6703ea3afe66512f1c8791a1a3c9d3f54c293d.tar.gz |
Update lists of directory authorities.
svn:r18167
Diffstat (limited to 'contrib/directory-archive')
-rwxr-xr-x | contrib/directory-archive/fetch-all-v3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/directory-archive/fetch-all-v3 b/contrib/directory-archive/fetch-all-v3 index fe07ad7ef..73c24534b 100755 --- a/contrib/directory-archive/fetch-all-v3 +++ b/contrib/directory-archive/fetch-all-v3 @@ -30,10 +30,11 @@ DIRSERVERS="" DIRSERVERS="$DIRSERVERS 86.59.21.38:80" # tor26 DIRSERVERS="$DIRSERVERS 128.31.0.34:9031" # moria1 DIRSERVERS="$DIRSERVERS 216.224.124.114:9030" # ides -DIRSERVERS="$DIRSERVERS 88.198.7.215:80" # gabelmoo +DIRSERVERS="$DIRSERVERS 80.190.246.100:80" # gabelmoo #DIRSERVERS="$DIRSERVERS 140.247.60.64:80" # lefkada DIRSERVERS="$DIRSERVERS 194.109.206.212:80" # dizum -DIRSERVERS="$DIRSERVERS 128.31.0.34:9032" # moria2 +#DIRSERVERS="$DIRSERVERS 128.31.0.34:9032" # moria2 +DIRSERVERS="$DIRSERVERS 213.73.91.31:80" # dannenberg TIME=$(date "+%Y%m%d-%H%M%S") . fetch-all-functions |