Go to file
2023-06-14 15:45:25 +02:00
conf Rename 'create_zone_file.sh' to 'create_master_zone_file.sh'. 2022-08-04 18:17:33 +02:00
OLD_Versions Delete 'bind_get_zonefile_by_hostname.sh'. Script was not ready to run, it was a test script.' 2017-08-04 13:35:16 +02:00
.gitignore - Add configuration directory for scripts. 2017-08-01 01:29:48 +02:00
bind_add_dkim_zone_master.sh Location of slave and dynamical updated zone files changed. 2021-12-10 11:36:43 +01:00
bind_add_dkim_zone_slave.sh Location of slave and dynamical updated zone files changed. 2021-12-10 11:36:43 +01:00
bind_add_SPF_record.sh add script 'bind_add_SPF_record.sh' .. 2023-06-14 15:45:25 +02:00
bind_change_ip.sh Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +01:00
bind_change_SOA.sh Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +01:00
bind_change_SPF_qualifier.sh Add script 'bind_change_SPF_qualifier.sh'. 2023-06-14 10:57:44 +02:00
bind_change_ttl.sh bind_change_ttl.sh: Location of slave zone files to '/var/cache/bind'. 2021-12-10 13:45:00 +01:00
bind_create_dkim_delegation.sh bind_create_dkim_delegation.sh: fix typo. 2019-01-08 03:34:40 +01:00
bind_disable_ipv6.sh Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +01:00
bind_enable_ipv6.sh Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +01:00
bind_get_domain_by_hostname.sh - Add script 'bind_get_zonefile_by_hostname.sh'. 2017-08-04 12:00:34 +02:00
bind_get_zonefile_by_hostname.sh - Add script 'bind_get_zonefile_by_hostname.sh'. 2017-08-04 12:00:34 +02:00
bind_reload_all_zones.sh - bind_change_ip.sh: Remove unused and commented code. 2017-08-02 14:08:23 +02:00
bind_remove_domain_on_master.sh Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +01:00
bind_remove_domain_on_slave.sh bind_remove_domain_on_slave.sh: fix error removing domain in case of silent running: set 'ZONE_FILE_SLAVE_DIR' 2022-03-10 11:19:48 +01:00
bind_rndc_sync_clean.sh - bind_set_new_serial.sh, bind_set_renew_tlsa.sh: redesign code, add configuration file support 2017-08-03 23:39:28 +02:00
bind_set_new_serial.sh Change backup handling. 2017-08-04 13:27:11 +02:00
bind_set_renew_tlsa.sh bind_set_renew_tlsa.sh: Fix error in determin zone. 2019-04-07 14:07:51 +02:00
bind_set_ttl_to_default.sh Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +01:00
create_master_zone_file.sh create_master_zone_file.sh: change default SPF qualifier to '~all'. 2023-06-14 09:37:01 +02:00
README.fix_journal_out_of_sync - Add/Archive old versions of script. 2017-08-04 00:15:29 +02:00
README.manual_update_dynamic_zone - Add/Archive old versions of script. 2017-08-04 00:15:29 +02:00

# -----
# - Manually update a dynamic zone
# -----

# - If you need to update a dynamic zone, freeze, modify, 
# - and thaw them manually:
# -
# - Notice: Thawing the zone will force BIND to reload it.

    # rndc freeze utternerd.org

    # vi /var/cache/bind/zones/utternerd.org (make manual changes needed)
    # rndc thaw utternerd.org