From dbf293e267b6fe15da3f16b1a2cb179be0b9e281 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 4 Jan 2026 16:03:44 +0300 Subject: [PATCH] 123 --- modules/vds/xray.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/vds/xray.nix b/modules/vds/xray.nix index f95682c..d82445b 100644 --- a/modules/vds/xray.nix +++ b/modules/vds/xray.nix @@ -14,10 +14,12 @@ allowedTCPPorts = [ 8443 9443 + 13380 ]; allowedUDPPorts = [ 8443 9443 + 13380 ]; };