xray port change

This commit is contained in:
2025-09-16 21:58:41 +03:00
parent 6ab6ea96c7
commit 6ddde82a11
2 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -512,11 +512,11 @@
}, },
"zeroq-credentials": { "zeroq-credentials": {
"locked": { "locked": {
"lastModified": 1757360007, "lastModified": 1758049067,
"narHash": "sha256-P45f3hrLLQ7iEhQVM1lhSH34jHJLhnIIjvpC/jsEl4I=", "narHash": "sha256-+efQ/sBDFcVBkwee69gdNf/Jg2Sg5MJyAJo+35QVa6w=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "0fe7b4eb2f5fbcc64843d483c8417b53ad2bcf80", "rev": "cf7a2884fc9fd27b681cc84a3c775ef67277d198",
"revCount": 28, "revCount": 29,
"type": "git", "type": "git",
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git" "url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
}, },
+2 -2
View File
@@ -11,8 +11,8 @@
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 443 ]; allowedTCPPorts = [ 8443 ];
allowedUDPPorts = [ 443 ]; # 41641 allowedUDPPorts = [ 8443 ]; # 41641
#trustedInterfaces = [ "tailscale0" ]; #trustedInterfaces = [ "tailscale0" ];
}; };