From 3e2e2542daf6ca4e83ee8fe38660e5d1ed6bf87b Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 18 Feb 2026 13:17:10 +0300 Subject: [PATCH] 123123 --- modules/vds/3x-ui.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/vds/3x-ui.nix b/modules/vds/3x-ui.nix index 3d75ee3..37c1272 100644 --- a/modules/vds/3x-ui.nix +++ b/modules/vds/3x-ui.nix @@ -27,11 +27,11 @@ }; networking.firewall = { - allowedTCPPorts = [ - 14380 + allowedUDPPortRanges = [ + { from = 14380; to = 15380; } ]; - allowedUDPPorts = [ - 14380 + allowedTCPPortRanges = [ + { from = 14380; to = 15380; } ]; }; virtualisation.oci-containers.backend = "podman";