mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-13 23:39:46 +03:00
ipset: no mdig stats regression
This commit is contained in:
@@ -137,7 +137,7 @@ digger()
|
|||||||
if [ -x "$MDIG" ]; then
|
if [ -x "$MDIG" ]; then
|
||||||
local cmd
|
local cmd
|
||||||
[ "$2" = "s" ] && cmd=--stats=1000
|
[ "$2" = "s" ] && cmd=--stats=1000
|
||||||
"$MDIG" --family=$1 --threads=$MDIG_THREADS $1
|
"$MDIG" --family=$1 --threads=$MDIG_THREADS $cmd $1
|
||||||
else
|
else
|
||||||
local A=A
|
local A=A
|
||||||
[ "$1" = "6" ] && A=AAAA
|
[ "$1" = "6" ] && A=AAAA
|
||||||
|
Reference in New Issue
Block a user