netbird: change STUN to port 3479, add trustedHTTPProxies
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 6443 80 443 33073 ];
|
||||
networking.firewall.allowedUDPPorts = [ 3478 ];
|
||||
networking.firewall.allowedUDPPorts = [ 3479 ];
|
||||
|
||||
services.k3s = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user