mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-11 19:02:42 +01:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
#
|
|
# Specify nsd options here.
|
|
#
|
|
|
|
# configuration file default
|
|
configfile="/etc/nsd/nsd.conf"
|
|
|
|
# The directory where NSD binaries reside
|
|
sbindir="/usr/sbin"
|
|
|
|
# how verbose is zonec run. Specify Nothing (empty string), -v or -vv.
|
|
ZONEC_VERBOSE=-v
|
|
|
|
# how patch is done. Specify 1 (with use of textfiles, default) or 0 (without)
|
|
PATCH_STYLE=1
|