Go to file
2018-08-02 12:17:06 +02:00
conf Add script 'bind_remove_domain_on_slave.sh'. 2017-08-13 19:09:13 +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_change_ip.sh - bind_change_ip.sh: Remove unused and commented code. 2017-08-02 14:08:23 +02:00
bind_change_SOA.sh Change backup handling. 2017-08-04 13:27:11 +02:00
bind_change_ttl.sh - bind_remove_domain.sh: remove unused code (after end of script) 2017-08-02 12:31:18 +02:00
bind_disable_ipv6.sh - bind_change_ip.sh: Remove unused and commented code. 2017-08-02 14:08:23 +02:00
bind_enable_ipv6.sh - bind_change_ip.sh: Remove unused and commented code. 2017-08-02 14:08:23 +02: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 bind_remove_domain_on_master.sh: Load default configuration if configuration file not found. 2018-08-02 12:17:06 +02:00
bind_remove_domain_on_slave.sh bind_remove_domain_on_slave.sh: Load default configuration if configuration file not found. 2018-08-02 12:16:05 +02: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 Fix bug in backup handling. 2017-08-04 13:49:47 +02:00
bind_set_ttl_to_default.sh - bind_remove_domain.sh: remove unused code (after end of script) 2017-08-02 12:31:18 +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