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 ];