improve latency
This commit is contained in:
parent
1ccb32694c
commit
5488b0eb53
@ -53,8 +53,8 @@ for a in $(cat goog-prefixes6.txt)
|
|||||||
do
|
do
|
||||||
ipset add google-services6 $a
|
ipset add google-services6 $a
|
||||||
done
|
done
|
||||||
iptables -I OUTPUT -m set --match-set google-services 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
|
ip6tables -I OUTPUT -m set --match-set google-services6 dst -j NFLOG --nflog-group 20 --nflog-threshold 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Then start as:
|
Then start as:
|
||||||
|
Loading…
Reference in New Issue
Block a user