From 4fddfa33ca4cd88b1e47ba5334542efe27ac3666 Mon Sep 17 00:00:00 2001 From: Marek Isalski Date: Wed, 25 Sep 2019 19:07:02 +0100 Subject: [PATCH] don't fill logs with martians --- postconfig.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postconfig.sh b/postconfig.sh index 1eb9ba1..552584e 100644 --- a/postconfig.sh +++ b/postconfig.sh @@ -12,3 +12,5 @@ ipset restore < /config/hphr.ipset iptables-restore /config/hphr.rules.v4 ip6tables-restore /config/hphr.rules.v6 + +sysctl net.ipv4.conf.all.log_martians=0