Browse Source

karsten points out that we are missing one dirserver

svn:r13789
Peter Palfrader 16 years ago
parent
commit
306aab9288
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contrib/nagios-check-tor-authority-cert

+ 1 - 0
contrib/nagios-check-tor-authority-cert

@@ -48,6 +48,7 @@ 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 213.73.91.31:80"        # dannenberg
 
 TMPFILE="`tempfile`"
 trap 'rm -f "$TMPFILE"' 0