open firewall ports
This commit is contained in:
parent
24b4fa2c8e
commit
096d89956e
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@
|
||||||
key = "/var/lib/nebula/node.key";
|
key = "/var/lib/nebula/node.key";
|
||||||
ca = "/var/lib/nebula/ca.crt";
|
ca = "/var/lib/nebula/ca.crt";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 4242 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 4242 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue