feat(nixos): bgs: vless

This commit is contained in:
2025-12-07 03:40:03 +00:00
parent 4f0e92c5e7
commit 22a05fa8de
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ in {
networking.firewall = {
enable = true;
allowedTCPPorts = [
xrayPort
xrayPort 8443
80 443 # for acme
];
};