mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
ipset: no mdig stats regression
This commit is contained in:
parent
10775c007c
commit
a013b5de9a
@ -137,7 +137,7 @@ digger()
|
||||
if [ -x "$MDIG" ]; then
|
||||
local cmd
|
||||
[ "$2" = "s" ] && cmd=--stats=1000
|
||||
"$MDIG" --family=$1 --threads=$MDIG_THREADS $1
|
||||
"$MDIG" --family=$1 --threads=$MDIG_THREADS $cmd $1
|
||||
else
|
||||
local A=A
|
||||
[ "$1" = "6" ] && A=AAAA
|
||||
|
Loading…
Reference in New Issue
Block a user