netbird: change STUN to port 3479, add trustedHTTPProxies

This commit is contained in:
2026-07-21 21:18:20 -05:00
parent f42fd8684e
commit fcaa023730
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
networking.firewall.allowedTCPPorts = [ 6443 80 443 33073 ];
networking.firewall.allowedUDPPorts = [ 3478 ];
networking.firewall.allowedUDPPorts = [ 3479 ];
services.k3s = {
enable = true;