Rename script 'bind_remove_domain.sh' to 'bind_remove_domain_on_master.sh'. Minor adjustment on 'bind.conf.sample'.

This commit is contained in:
Christoph 2017-08-13 13:28:03 +02:00
parent f7a22e4001
commit e196077841
2 changed files with 7 additions and 3 deletions

View File

@ -26,7 +26,7 @@
# -
# - Directory containing bind configuration files
# -
# - Defaults to "/etc/bind"
# - This parameter MUST be set.
# -
#CONF_FILE_DIR="/etc/bind"
@ -74,10 +74,14 @@
# -
# - 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
# -
# - mail address of the responsible of all zones
# -
SOA_ADMIN_EMAIL="domreg@oopen.de"
# - Example: SOA_ADMIN_EMAIL="domreg@oopen.de"
# -
SOA_ADMIN_EMAIL=""