Go to file
2021-12-10 13:39:06 +01:00
conf Location of slave and dynamical updated zone files changed. 2021-12-10 11:36:43 +01: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_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_ttl.sh bind_change_ttl.sh: fix error handle hostnames ending with two or more nimbers like 'web-01'. 2021-05-14 03:25:03 +02: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 Location of slave zone files changed to '/var/cache/bind'. 2021-12-10 13:39:06 +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
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