1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-04-21 14:32:57 +03:00

ipset: mdig cmd remove

This commit is contained in:
bol-van 2021-11-22 11:36:56 +03:00
parent a013b5de9a
commit 980c05fbe1

@ -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 $cmd $1 "$MDIG" --family=$1 --threads=$MDIG_THREADS $cmd
else else
local A=A local A=A
[ "$1" = "6" ] && A=AAAA [ "$1" = "6" ] && A=AAAA