summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-01-18 13:03:44 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2009-01-18 13:03:44 +0000
commit9f6703ea3afe66512f1c8791a1a3c9d3f54c293d (patch)
treed9b48554b1b7a35c65480594e900de0f514f8e77
parent31d05f5aa3d7b1de5b732e20284e4ef3cd6a7082 (diff)
downloadtor-9f6703ea3afe66512f1c8791a1a3c9d3f54c293d.tar.gz
tor-9f6703ea3afe66512f1c8791a1a3c9d3f54c293d.zip
Update lists of directory authorities.
svn:r18167
-rwxr-xr-xcontrib/directory-archive/fetch-all-v35
-rwxr-xr-xcontrib/nagios-check-tor-authority-cert5
2 files changed, 6 insertions, 4 deletions
diff --git a/contrib/directory-archive/fetch-all-v3 b/contrib/directory-archive/fetch-all-v3
index fe07ad7ef9..73c24534bb 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 7dc02bdfc8..0e2c1d06c4 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`"