mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 13:32:58 +03:00
get_reestr use cut_local
This commit is contained in:
parent
d6d3a18e04
commit
c070cc9528
@ -30,7 +30,7 @@ echo preparing dig list ..
|
|||||||
cut -f2 -d';' $ZREESTR | grep -avE '^$|\*|:' >$ZDIG
|
cut -f2 -d';' $ZREESTR | grep -avE '^$|\*|:' >$ZDIG
|
||||||
rm -f $ZREESTR
|
rm -f $ZREESTR
|
||||||
echo digging started ...
|
echo digging started ...
|
||||||
digger $ZDIG | grep -E '^[^;].*[^\.]$' | grep -vE '^192\.168\.[0-9]+\.[0-9]+$' | grep -vE '^127\.[0-9]+\.[0-9]+\.[0-9]+$' | grep -vE '^10\.[0-9]+\.[0-9]+\.[0-9]+$' >$ZIPLISTTMP || {
|
digger $ZDIG | grep -E '^[^;].*[^\.]$' | cut_local >$ZIPLISTTMP || {
|
||||||
rm -f $ZDIG
|
rm -f $ZDIG
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user