mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
firewall allow port 3333
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 22];
|
||||
allowedTCPPorts = [80 443 22 3333];
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user