xray port change

This commit is contained in:
2025-09-16 21:58:41 +03:00
parent 6ab6ea96c7
commit 6ddde82a11
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
};
networking.firewall = {
allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 ]; # 41641
allowedTCPPorts = [ 8443 ];
allowedUDPPorts = [ 8443 ]; # 41641
#trustedInterfaces = [ "tailscale0" ];
};