summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-12-10 10:31:39 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-12-10 10:31:39 -0500
commit2ac5c9dce87045786606017c1cced7216d6d2ca5 (patch)
tree83eca1108e366d9559b94d45d568e7df1a344b19
parente53e85cf02d22446826bbbf7020e79f29188a87d (diff)
reduce logging
-rw-r--r--config/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix
index 4a503aa..53c3a24 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -162,7 +162,7 @@ in {
domain (ip ip6) table filter chain INPUT {
interface $DEV_WAN DROP;
- jump logdrop;
+ # jump logdrop;
}
domain ip table nat {