Unblock frps port in firewall
This commit is contained in:
parent
d739394ae2
commit
8eee817ef6
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue