Add dns-zone-add and dns-zone-delete
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
#
|
||||
#DIG="/usr/bin/dig"
|
||||
#IDN2="/usr/bin/idn2"
|
||||
#JQ="/usr/bin/jq"
|
||||
#NAMED_CHECKCONF="/usr/bin/named-checkconf"
|
||||
#NSUPDATE="/usr/bin/nsupdate"
|
||||
#RNDC="/usr/sbin/rndc"
|
||||
|
||||
#
|
||||
# Path to library directory
|
||||
@@ -56,7 +58,7 @@
|
||||
#CONTROL_KEY="/etc/bind/rndc.key"
|
||||
|
||||
#
|
||||
# Associative array of config values per view. This option is mandatory when adding
|
||||
# Associative array of directories and config files per view. This option is mandatory when adding
|
||||
# or removing zones. The syntax of the value is:
|
||||
# ZONEDIR:CONFDIR:CFGFILE
|
||||
#
|
||||
@@ -66,7 +68,7 @@
|
||||
# The detour via CONFDIR is necessary because Bind does not support wildcards when
|
||||
# including config files.
|
||||
#
|
||||
#ZONE_DIRS=(
|
||||
#BASE_CONFIG=(
|
||||
# [_default]="/etc/bind/dyn:/etc/dns-manager/default.zones:/etc/bind/default_zones.conf"
|
||||
#)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user