personal-dns/docker-entrypoint.sh
2018-05-09 17:23:04 +02:00

9 lines
192 B
Bash
Executable File

#!/usr/local/bin/dumb-init /bin/bash
set -euxo pipefail
# Start bind in background
named -p 1053 -c /etc/bind/named.conf -g &
# Start coredns to filter blacklist
coredns -conf /etc/Corefile