From 5488b0eb53c483c74d7f029deaa6ea1cc1682132 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 23 Aug 2022 12:11:12 +0200 Subject: [PATCH] improve latency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa3b58b..f3d8035 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ for a in $(cat goog-prefixes6.txt) do ipset add google-services6 $a done -iptables -I OUTPUT -m set --match-set google-services dst -j NFLOG --nflog-group 20 -ip6tables -I OUTPUT -m set --match-set google-services6 dst -j NFLOG --nflog-group 20 +iptables -I OUTPUT -m set --match-set google-services dst -j NFLOG --nflog-group 20 --nflog-threshold 1 +ip6tables -I OUTPUT -m set --match-set google-services6 dst -j NFLOG --nflog-group 20 --nflog-threshold 1 ``` Then start as: