Rename script 'bind_remove_domain.sh' to 'bind_remove_domain_on_master.sh'. Minor adjustment on 'bind.conf.sample'.
This commit is contained in:
parent
f7a22e4001
commit
e196077841
@ -26,7 +26,7 @@
|
|||||||
# -
|
# -
|
||||||
# - Directory containing bind configuration files
|
# - Directory containing bind configuration files
|
||||||
# -
|
# -
|
||||||
# - Defaults to "/etc/bind"
|
# - This parameter MUST be set.
|
||||||
# -
|
# -
|
||||||
#CONF_FILE_DIR="/etc/bind"
|
#CONF_FILE_DIR="/etc/bind"
|
||||||
|
|
||||||
@ -74,10 +74,14 @@
|
|||||||
# -
|
# -
|
||||||
# - Primary master for all zones
|
# - Primary master for all zones
|
||||||
# -
|
# -
|
||||||
SOA_PRIMARY_MASTER="a.ns.oopen.de"
|
# - Example: SOA_PRIMARY_MASTER="a.ns.oopen.de"
|
||||||
|
# -
|
||||||
|
SOA_PRIMARY_MASTER=""
|
||||||
|
|
||||||
# - SOA_ADMIN_EMAIL
|
# - SOA_ADMIN_EMAIL
|
||||||
# -
|
# -
|
||||||
# - mail address of the responsible of all zones
|
# - mail address of the responsible of all zones
|
||||||
# -
|
# -
|
||||||
SOA_ADMIN_EMAIL="domreg@oopen.de"
|
# - Example: SOA_ADMIN_EMAIL="domreg@oopen.de"
|
||||||
|
# -
|
||||||
|
SOA_ADMIN_EMAIL=""
|
||||||
|
Loading…
Reference in New Issue
Block a user