# # ip:port of dynnsd/nsd servers, typically there are two # dynnsd_addresses = ["10.0.3.53:53535"] # # Shared secret, must match the server # secret_string = "Xc3yxjp2rmefg3si1zqxtmdlv8guic2_" # # The above password is hardened with a few rounds ot hashing, must match the server # secret_iterations = 5 # # local port to bind to # bind_address = "0.0.0.0:53536" # # index into the servers `hostnames` array, that indicates which host this client is for. # host_index = 0