2023-02-25 20:27:49 +00:00
|
|
|
#! /bin/bash
|
2023-02-26 00:30:43 +00:00
|
|
|
# run in the forground, but not in debug-mode
|
|
|
|
# use IPv4 only -- if zeke ever gets IPv6 access, we can turn that on
|
|
|
|
# use the built-in `bind` user
|
2024-05-16 01:53:19 +00:00
|
|
|
exec /usr/sbin/named -c /etc/bind/named.conf -f -u bind
|