Christoph 9211cb8970 - Add script 'bind_get_zonefile_by_hostname.sh'.
- bind_get_domain_by_hostname.sh: some minor changes and bug fixes.
2017-08-04 12:00:34 +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

Description
No description provided
Readme 236 KiB
Languages
Shell 100%