Enable lighthouse DNS

This commit is contained in:
Scott Wallace 2022-03-30 14:25:33 +01:00
parent f2df80b1e2
commit ba8e268300
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -32,11 +32,11 @@ lighthouse:
am_lighthouse: true
# serve_dns optionally starts a dns listener that responds to various queries and can even be
# delegated to for resolution
#serve_dns: false
#dns:
serve_dns: true
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
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
@ -266,9 +266,7 @@ firewall:
proto: icmp
host: any
# Allow tcp/443 from any host with BOTH laptop and home group
- port: 443
proto: tcp
groups:
- laptop
- home
# Allow udp/53 from any nebula host
- port: 53
proto: udp
host: any