diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-07-25 20:45:57 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-07-25 20:45:57 -0600 |
| commit | 4b0c7343eb84de08981009a25ce4173206fcb75a (patch) | |
| tree | ea2256fd585bab04809304d4b19b1721962c44d7 /sys | |
| parent | 81020f92b9312679bbec34272839db4494f369b6 (diff) | |
sys/net/interfaces: change reverse path policy from strict to loose
Diffstat (limited to '')
| -rw-r--r-- | sys/net/interfaces.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/interfaces.nix b/sys/net/interfaces.nix index 3295e7f..281f5ca 100644 --- a/sys/net/interfaces.nix +++ b/sys/net/interfaces.nix @@ -48,7 +48,7 @@ in firewall = { logReversePathDrops = true; - checkReversePath = "strict"; + checkReversePath = "loose"; extraCommands = mkBefore '' ip46tables -t filter -P INPUT DROP |
