feat(nixos): bgs: vless

This commit is contained in:
2025-12-07 03:40:03 +00:00
parent 1beb980b95
commit 9b9254bb93
2 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ in {
networking.firewall = {
enable = true;
allowedTCPPorts = [
xrayPort
xrayPort 8443
80 443 # for acme
];
};