|
||
---|---|---|
conf | ||
OLD_Versions | ||
.gitignore | ||
bind_change_ip.sh | ||
bind_change_SOA.sh | ||
bind_change_ttl.sh | ||
bind_disable_ipv6.sh | ||
bind_enable_ipv6.sh | ||
bind_get_domain_by_hostname.sh | ||
bind_reload_all_zones.sh | ||
bind_remove_domain.sh | ||
bind_rndc_sync_clean.sh | ||
bind_set_new_serial.sh | ||
bind_set_renew_tlsa.sh | ||
bind_set_ttl_to_default.sh | ||
README.fix_journal_out_of_sync | ||
README.manual_update_dynamic_zone |
# ----- # - 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