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