mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-02 14:40:52 +03:00
increased curl max time from 60 to 300 sec
This commit is contained in:
parent
de7311d1ca
commit
9efe6a473d
@ -11,7 +11,7 @@ ZIPLISTTMP=/tmp/zapret-ip.txt
|
||||
|
||||
getuser
|
||||
|
||||
curl --fail --max-time 60 --max-filesize 33554432 -k -L "$ZURL" | \
|
||||
curl --fail --max-time 300 --max-filesize 33554432 -k -L "$ZURL" | \
|
||||
sed -nre "s/([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})/\1\n/gp" | \
|
||||
sed -nre "s/^[^0-9]*([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}).*$/\1/p" | \
|
||||
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]*$' \
|
||||
|
@ -13,7 +13,7 @@ ZURL=http://reestr.rublacklist.net/api/current
|
||||
|
||||
getuser
|
||||
|
||||
curl --fail --max-time 60 --max-filesize 20971520 "$ZURL" >$ZREESTR && {
|
||||
curl --fail --max-time 300 --max-filesize 20971520 "$ZURL" >$ZREESTR && {
|
||||
dlsize=$(wc -c "$ZREESTR" | cut -f 1 -d ' ')
|
||||
if test $dlsize -lt 204800; then
|
||||
echo list file is too small. can be bad.
|
||||
|
Loading…
Reference in New Issue
Block a user