# # ip:port of dynnsd/nsd servers, typically there are two called ns1 and ns2 # dynnsd_addresses = ["127.0.0.1:53535"] # # Shared secret, must match the server. # secret_string = "change_me" # # The above password is hardened with a few rounds ot hashing, must match the server. # secret_iterations = 30 # # Local port to bind to. # bind_address = "0.0.0.0:53536" # # Index into the server's `hostnames` array, that indicates which host this client is for. # host_index = 0