From 08460ba3c960a2fb8e9ce222fcee4aac8d1dc53d Mon Sep 17 00:00:00 2001 From: Alan Gregory Date: Tue, 16 Aug 2016 10:48:33 -0300 Subject: [PATCH] Added unbound unix agent script --- scripts/unbound.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/unbound.sh diff --git a/scripts/unbound.sh b/scripts/unbound.sh new file mode 100755 index 0000000000..d9b378892e --- /dev/null +++ b/scripts/unbound.sh @@ -0,0 +1,8 @@ +#!/bin/bash +unboundctl=`which unbound-control` +if [ "$?" != "0" ]; then +#Unbound control executable doesn't exist +exit +fi +echo '<<>>' +$unboundctl stats