conf | ||
OLD_Versions | ||
.gitignore | ||
bind_add_dkim_zone_master.sh | ||
bind_add_dkim_zone_slave.sh | ||
bind_add_DMARC_record.sh | ||
bind_add_SPF_record.sh | ||
bind_change_ip.sh | ||
bind_change_SOA.sh | ||
bind_change_SPF_qualifier.sh | ||
bind_change_ttl.sh | ||
bind_create_dkim_delegation.sh | ||
bind_disable_ipv6.sh | ||
bind_enable_ipv6.sh | ||
bind_get_domain_by_hostname.sh | ||
bind_get_zonefile_by_hostname.sh | ||
bind_reload_all_zones.sh | ||
bind_remove_domain_on_master.sh | ||
bind_remove_domain_on_slave.sh | ||
bind_rndc_sync_clean.sh | ||
bind_set_new_serial.sh | ||
bind_set_renew_tlsa.sh | ||
bind_set_ttl_to_default.sh | ||
create_master_zone_file.sh | ||
README.fix_journal_out_of_sync | ||
README.manual_update_dynamic_zone | ||
tmp_bind_change_ip.sh | ||
tmp_bind_change_ttl.sh |
# ----- # - 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