#!/bin/bash set -e if [ -z $SNSTERGUARD ] ; then exit 1; fi DIR=`dirname $0` cd `dirname $0` mkdir -p /etc/unbound/unbound.conf.d/ cat >> /etc/unbound/unbound.conf.d/unblockdns.conf <