1#!/bin/bash
2set -o errexit -o nounset
3
4RUNDIR="$(dirname "$0")"
5cd "$RUNDIR" && ./run.sh --config configs/unbound.yaml "$@"
6