From 6ddde82a113424c8e8266b1c5bcb25b73ebfc0c8 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 16 Sep 2025 21:58:41 +0300 Subject: [PATCH] xray port change --- flake.lock | 8 ++++---- nixosModules/vds/xray.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index cf273c4..b3cab8c 100755 --- a/flake.lock +++ b/flake.lock @@ -512,11 +512,11 @@ }, "zeroq-credentials": { "locked": { - "lastModified": 1757360007, - "narHash": "sha256-P45f3hrLLQ7iEhQVM1lhSH34jHJLhnIIjvpC/jsEl4I=", + "lastModified": 1758049067, + "narHash": "sha256-+efQ/sBDFcVBkwee69gdNf/Jg2Sg5MJyAJo+35QVa6w=", "ref": "refs/heads/master", - "rev": "0fe7b4eb2f5fbcc64843d483c8417b53ad2bcf80", - "revCount": 28, + "rev": "cf7a2884fc9fd27b681cc84a3c775ef67277d198", + "revCount": 29, "type": "git", "url": "ssh://git@github.com/oqyude/zeroq-credentials.git" }, diff --git a/nixosModules/vds/xray.nix b/nixosModules/vds/xray.nix index 11404a4..26bf0c6 100755 --- a/nixosModules/vds/xray.nix +++ b/nixosModules/vds/xray.nix @@ -11,8 +11,8 @@ }; networking.firewall = { - allowedTCPPorts = [ 443 ]; - allowedUDPPorts = [ 443 ]; # 41641 + allowedTCPPorts = [ 8443 ]; + allowedUDPPorts = [ 8443 ]; # 41641 #trustedInterfaces = [ "tailscale0" ]; };