mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
xray port change
This commit is contained in:
Generated
+4
-4
@@ -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"
|
||||
},
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 443 ];
|
||||
allowedUDPPorts = [ 443 ]; # 41641
|
||||
allowedTCPPorts = [ 8443 ];
|
||||
allowedUDPPorts = [ 8443 ]; # 41641
|
||||
#trustedInterfaces = [ "tailscale0" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user