# # local port to bind to # bind_address = "0.0.0.0:53535" # # shared secret # secret_string = "not_very_secret" # # hash iteration to strengthen the password # secret_iterations = 5 # # List of dynamic hostnames that can be added to DNS # hostnames = ["home", "gw", "jump"] # # location of zone files # zone_dir = "./etc/nsd" # # output zone file # zone_file = "example.com.zone" # # zone file header, including static hosts # zone_header = "example.com.static.zone" # # alternative zone file headers, enables dynamic reconfigure of the whole zone, e.g. to a backup datacenter # First one MUST be the same as zone_header # zone_header_alt = [ "example.com.static.zone", "example.com.backup.zone", "example.com.maint.zone"]