Set firewall reverse path checking to strict

This commit is contained in:
Zeph Levy 2026-03-18 11:22:48 +01:00
parent 6026c25432
commit a9e7c81e3e

View file

@ -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 ];