Explorar el Código

karsten points out that we are missing one dirserver

svn:r13789
Peter Palfrader hace 17 años
padre
commit
306aab9288
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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