From fd49bb81f2e73884289a70947136d75683043729 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 26 Jul 2025 15:39:45 +0300 Subject: [PATCH] 123 --- modules/vds/xray.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/vds/xray.nix b/modules/vds/xray.nix index 1e6195e..dc46c0c 100755 --- a/modules/vds/xray.nix +++ b/modules/vds/xray.nix @@ -13,8 +13,8 @@ networking.firewall = { allowedTCPPorts = [ 443 ]; - allowedUDPPorts = [ 443 41641 ]; - trustedInterfaces = [ "tailscale0" ]; + allowedUDPPorts = [ 443 ]; #41641 + #trustedInterfaces = [ "tailscale0" ]; }; environment.systemPackages = with pkgs; [ xray ];