Baldur open firewall
This commit is contained in:
parent
7b883fc03b
commit
defca18c6e
2 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ with lib; {
|
|||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
# allowedTCPPorts = [ ];
|
||||
allowedTCPPorts = [ 8000 ];
|
||||
# allowedUDPPorts = [ ];
|
||||
extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue