Allow configuration of dns listener host/port (#74)
* Allow configuration of dns listener host/port * Make DNS listen host/port configuration HUP-able
This commit is contained in:
@ -27,6 +27,10 @@ lighthouse:
|
||||
# serve_dns optionally starts a dns listener that responds to various queries and can even be
|
||||
# delegated to for resolution
|
||||
#serve_dns: false
|
||||
#dns:
|
||||
# The DNS host defines the IP to bind the dns listener to. This also allows binding to the nebula node IP.
|
||||
#host: 0.0.0.0
|
||||
#port: 53
|
||||
# interval is the number of seconds between updates from this node to a lighthouse.
|
||||
# during updates, a node sends information about its current IP addresses to each node.
|
||||
interval: 60
|
||||
|
Reference in New Issue
Block a user