bind/conf/create_master_zone_file.conf.sample

81 lines
1.5 KiB
Plaintext

# ------------------------------------------------------
# - Parameter Settings for script 'create_zone_file.sh'.
# ------------------------------------------------------
# - ZONE_FILE_MASTER_DIR
# -
# - Directory where all the zonefile love
# -
# - Defaults to:
# - ZONE_FILE_MASTER_DIR=/etc/bind/master
# -
#ZONE_FILE_MASTER_DIR
# - NS_HOST_1
#
# - First Nameserver
# -
# - Example:
# - NS_HOST_1="a.ns.oopen.de"
# -
# - This option is required and has no default value. But
# - option can also set using commandline parameter '--ns-host-1''
# -
#NS_HOST_1=""
# - NS_HOST_2
#
# - Second Nameserver
# -
# - Example:
# - NS_HOST_2="b.ns.oopen.de"
# -
# - This option is required and has no default value. But
# - option can also set using commandline parameter '--ns-host-2'
# -
#NS_HOST_2=""
# - MX_HOST_1
# -
# - Example:
# - MX_HOST_1="a.mx.oopen.de"
# -
# - This option is required and has no default value. But
# - option can also set using commandline parameter '--mx-host-1'
# -
#MX_HOST_1=""
# - MX_HOST_2
# -
# - Example:
# - MX_HOST_1="b.mx.oopen.de"
# -
# - This option is optinal and has no default value. But
# - option can also set by using commandline parameter '--mx-host-2'
# -
#MX_HOST_2=""
# - WEB_SERVER_IP_4
# -
# - The webservers IPv4 Address
# -
# - Example:
# - WEB_SERVER_IP_4="162.55.82.78"
# -
#WEB_SERVER_IP_4=""
# - WEB_SERVER_IP_6
# -
# - The webservers IPv6 Address
# -
# - Example:
# - WEB_SERVER_IP_6="2a01:4f8:271:1266::78"
# -
#WEB_SERVER_IP_6=""