unblock port 22000
This commit is contained in:
parent
a44b57b689
commit
adce436b0d
1 changed files with 2 additions and 0 deletions
|
@ -138,4 +138,6 @@
|
|||
};
|
||||
};
|
||||
networking.firewall.interfaces."wg0".allowedTCPPorts = [ 8384 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22000 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue