Browse Source

increase curl limits

pull/31/head
bolvan 6 years ago
parent
commit
c8e19907d1
  1. 2
      ipset/get_reestr.sh

2
ipset/get_reestr.sh

@ -14,7 +14,7 @@ ZURL=https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
getuser
curl -k --fail --max-time 300 --max-filesize 41943040 "$ZURL" >$ZREESTR ||
curl -k --fail --max-time 300 --max-filesize 62914560 "$ZURL" >$ZREESTR ||
{
echo reestr list download failed
exit 2

Loading…
Cancel
Save