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: