mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-09 18:20:02 +00:00
5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/usr/local/bin/dumb-init /bin/bash
|
|
set -euxo pipefail
|
|
|
|
# Start bind
|
|
exec named -c /etc/bind/named.conf -g
|