bind/conf/bind.conf.sample
root 2124a5bbff - Add configuration directory for scripts.
- Add sample configuratin file 'bind.conf.sample'.
- Redisign script 'bind_change_SOA.sh'.
- Add script 'bind_remove_domain.sh'.
2017-08-01 01:29:48 +02:00

59 lines
1.1 KiB
Plaintext

# ----------------------------------------------------
# ---
# - Parameter Settings for bind administration scripts.
# ---
# ----------------------------------------------------
# - CONF_FILE_DIR
# -
# - Directory containing bind configuration files
# -
# - Defaults to "/etc/bind"
# -
#CONF_FILE_DIR="/etc/bind"
# - ZONE_FILE_MASTER_DIR
# -
# - Directory containing the zone files (master)
# -
# - Defaults to "${CONF_FILE_DIR}/master"
# -
#ZONE_FILE_MASTER_DIR="${CONF_FILE_DIR}/master"
# - ZONE_FILE_SLAVE_DIR
# -
# - Directory containing the zone files (slave)
# -
# - Defaults to "${CONF_FILE_DIR}/slave"
# -
#ZONE_FILE_SLAVE_DIR="${CONF_FILE_DIR}/slave"
# - ZONES_DECLARATION_FILE
# -
# - File containing zone declarations
# -
# - Defaults to ${CONF_FILE_DIR}/named.conf.local
# -
#ZONES_DECLARATION_FILE="${CONF_FILE_DIR}/named.conf.local"
# -----
# - bind_change_SOA.sh
# -----
# - SOA_PRIMARY_MASTER
# -
# - Primary master for all zones
# -
SOA_PRIMARY_MASTER="a.ns.oopen.de"
# - SOA_ADMIN_EMAIL
# -
# - mail address of the responsible of all zones
# -
SOA_ADMIN_EMAIL="domreg@oopen.de"