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