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 | |
parent | 31d05f5aa3d7b1de5b732e20284e4ef3cd6a7082 (diff) | |
download | tor-9f6703ea3afe66512f1c8791a1a3c9d3f54c293d.tar tor-9f6703ea3afe66512f1c8791a1a3c9d3f54c293d.tar.gz |
Update lists of directory authorities.
svn:r18167
-rwxr-xr-x | contrib/directory-archive/fetch-all-v3 | 5 | ||||
-rwxr-xr-x | contrib/nagios-check-tor-authority-cert | 5 |
2 files changed, 6 insertions, 4 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 diff --git a/contrib/nagios-check-tor-authority-cert b/contrib/nagios-check-tor-authority-cert index 7dc02bdfc..0e2c1d06c 100755 --- a/contrib/nagios-check-tor-authority-cert +++ b/contrib/nagios-check-tor-authority-cert @@ -46,8 +46,9 @@ 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 140.247.60.64:80" # lefkada +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 213.73.91.31:80" # dannenberg TMPFILE="`tempfile`" |