From e19607784146517de9c8535d4eafa2081748753e Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 13 Aug 2017 13:28:03 +0200 Subject: [PATCH] Rename script 'bind_remove_domain.sh' to 'bind_remove_domain_on_master.sh'. Minor adjustment on 'bind.conf.sample'. --- ...remove_domain.sh => bind_remove_domain_on_master.sh | 0 conf/bind.conf.sample | 10 +++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename bind_remove_domain.sh => bind_remove_domain_on_master.sh (100%) diff --git a/bind_remove_domain.sh b/bind_remove_domain_on_master.sh similarity index 100% rename from bind_remove_domain.sh rename to bind_remove_domain_on_master.sh diff --git a/conf/bind.conf.sample b/conf/bind.conf.sample index ed0d4ff..65fdcc7 100644 --- a/conf/bind.conf.sample +++ b/conf/bind.conf.sample @@ -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=""