summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tls-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tls-check b/bin/tls-check
index db06c32..c92b7ed 100755
--- a/bin/tls-check
+++ b/bin/tls-check
@@ -14,7 +14,7 @@ use English;
use POSIX qw(:errno_h);
$| = 1;
-my $hostname = "opium.multi24.com";
+my $hostname = "asteria.debian.or.at";
my $VERBOSE = 0;
my $AFTER_SSL_SLEEP = 2;