This commit is contained in:
2021-04-18 13:56:36 +02:00
parent 2339cdd6e8
commit d22a65ad9a
74 changed files with 4289 additions and 537 deletions

View File

@ -0,0 +1,40 @@
# --------------------------------------------------------------
# - Parameter Settings for script 'bind_add_dkim_zone_master.sh'.
# ---------------------------------------------------------------
# - SOA_PRIMARY_MASTER
# -
# - Primary master for new DKIM zones _domainkey.*
# -
# - Example: SOA_PRIMARY_MASTER="a.ns.oopen.de"
# -
# - Defaults to '$(hostname --long)'
# -
SOA_PRIMARY_MASTER="b.ns.oopen.de"
# - SOA_ADMIN_EMAIL
# -
# - mail address of the responsible of all zones
# -
# - Example: SOA_ADMIN_EMAIL="domreg@oopen.de"
# -
# - Defaults to 'domreg@oopen.de'
# -
SOA_ADMIN_EMAIL="domreg@oopen.de"
# - TSIG_KEY_NAME
# -
# - Name of the key used for dynamical updates
# -
# - Defaults to 'update-dkim'
# -
TSIG_KEY_NAME='update-dkim'
# - ALLOW_TRANSFER_OPTION
# -
# - Example:
# - ALLOW_TRANSFER_OPTION="oopen;"
# - ALLOW_TRANSFER_OPTION="83.223.90.93;"
# -
ALLOW_TRANSFER_OPTION="oopen;"