summaryrefslogtreecommitdiff
path: root/contrib/nagios-check-tor-authority-cert
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nagios-check-tor-authority-cert')
-rwxr-xr-xcontrib/nagios-check-tor-authority-cert1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/nagios-check-tor-authority-cert b/contrib/nagios-check-tor-authority-cert
index d55dfa33a6..7dc02bdfc8 100755
--- a/contrib/nagios-check-tor-authority-cert
+++ b/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