aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index 6613c67..4e1e6e9 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -53,7 +53,7 @@
iifname wg1 tcp dport { 49152-65535 } accept # Transmission
# drop everything else
- tcp flags & (fin | syn | rst | ack) == syn log prefix "refused connection: " level info
+ log prefix "refused connection: " level info
counter drop
}