# # if uid is non-zero and running as root, dynnsd calls setuid to lower privs # #uid = 53 # # local port to bind to, defaults to 127.0.0.1:53535, set to 0.0.0.0:53535 or an internet facing interface # bind_address = "127.0.0.1:53535" # # shared secret # secret_string = "change_me" # # hash iterations # secret_iterations = 30 # # List of 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"