Ensure firewall is active
...it was, but there's still a rule I don't understand, despite nmap results looking good
This commit is contained in:
parent
881db84a26
commit
6dfade4734
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@
|
|||
#networking.firewall.allowedTCPPorts = [ 9003 ];
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 9003 ];
|
||||
allowedUDPPorts = [ 51820 ];
|
||||
# if packets are still dropped, they will show up in dmesg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue