From 63a46d76fa78d84f2f930d9c212c650ed37c3bb7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 29 Nov 2015 10:35:40 +0100 Subject: [PATCH] Update unbound-check to check on port 553 --- unbound-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbound-check.sh b/unbound-check.sh index d86e3b4..ee25294 100755 --- a/unbound-check.sh +++ b/unbound-check.sh @@ -1,4 +1,4 @@ #! /bin/sh -drill -DQ NS . @127.0.0.1 && \ -drill -tDQ NS . @127.0.0.1 +drill -DQ -p 553 NS . @127.0.0.1 && \ +drill -tDQ -p 553 NS . @127.0.0.1