Unblock frps port in firewall

This commit is contained in:
Eli Ribble 2025-10-14 03:45:20 +00:00
parent d739394ae2
commit 8eee817ef6

View file

@ -13,8 +13,8 @@
firewall = {
enable = true;
interfaces.enp3s0 = {
allowedUDPPorts = [ 22 80 443 ];
allowedTCPPorts = [ 22 80 443 ];
allowedUDPPorts = [ 22 80 443 7000 ];
allowedTCPPorts = [ 22 80 443 7000 ];
};
};
hostName = "nocix-amd-legacy-sexcore";