From 36e48e9bf45d282afb1d7b3f0f32b5b91ef41084 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 17 Feb 2026 20:06:47 +0300 Subject: [PATCH] 123 --- modules/vds/3x-ui.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/vds/3x-ui.nix b/modules/vds/3x-ui.nix index 07a07af..ae6bda9 100644 --- a/modules/vds/3x-ui.nix +++ b/modules/vds/3x-ui.nix @@ -23,6 +23,14 @@ "${matchAll}".allowedUDPPorts = [ 53 ]; }; + networking.firewall = { + allowedTCPPorts = [ + 14380 + ]; + allowedUDPPorts = [ + 14380 + ]; + }; virtualisation.oci-containers.backend = "podman"; # Containers