Enable lighthouse DNS
This commit is contained in:
parent
f2df80b1e2
commit
ba8e268300
|
@ -32,11 +32,11 @@ lighthouse:
|
||||||
am_lighthouse: true
|
am_lighthouse: true
|
||||||
# serve_dns optionally starts a dns listener that responds to various queries and can even be
|
# serve_dns optionally starts a dns listener that responds to various queries and can even be
|
||||||
# delegated to for resolution
|
# delegated to for resolution
|
||||||
#serve_dns: false
|
serve_dns: true
|
||||||
#dns:
|
dns:
|
||||||
# The DNS host defines the IP to bind the dns listener to. This also allows binding to the nebula node IP.
|
# 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
|
host: 0.0.0.0
|
||||||
#port: 53
|
port: 53
|
||||||
# interval is the number of seconds between updates from this node to a lighthouse.
|
# 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.
|
# during updates, a node sends information about its current IP addresses to each node.
|
||||||
# interval: 60
|
# interval: 60
|
||||||
|
@ -266,9 +266,7 @@ firewall:
|
||||||
proto: icmp
|
proto: icmp
|
||||||
host: any
|
host: any
|
||||||
|
|
||||||
# Allow tcp/443 from any host with BOTH laptop and home group
|
# Allow udp/53 from any nebula host
|
||||||
- port: 443
|
- port: 53
|
||||||
proto: tcp
|
proto: udp
|
||||||
groups:
|
host: any
|
||||||
- laptop
|
|
||||||
- home
|
|
||||||
|
|
Loading…
Reference in a new issue