Set firewall reverse path checking to strict
This commit is contained in:
parent
6026c25432
commit
a9e7c81e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
networking.hostName = "TARS";
|
networking.hostName = "TARS";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.firewall.checkReversePath = "loose";
|
networking.firewall.checkReversePath = "strict";
|
||||||
networking.firewall.allowedTCPPorts = [ 53317 ];
|
networking.firewall.allowedTCPPorts = [ 53317 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 53317 ];
|
networking.firewall.allowedUDPPorts = [ 53317 ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue