Browse Source

ipset: get_reestr_preresolved remove verbose curl

pull/142/head
bol-van 2 years ago
parent
commit
aa191d25c4
  1. 2
      ipset/get_reestr_preresolved.sh
  2. 2
      ipset/get_reestr_preresolved_smart.sh

2
ipset/get_reestr_preresolved.sh

@ -15,7 +15,7 @@ dl()
{
# $1 - url
# $2 - file
curl -vH "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
curl -H "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
{
echo list download failed : $1
exit 2

2
ipset/get_reestr_preresolved_smart.sh

@ -15,7 +15,7 @@ dl()
{
# $1 - url
# $2 - file
curl -vH "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
curl -H "Accept-Encoding: gzip" -k --fail --max-time 180 --connect-timeout 10 --retry 4 --max-filesize 33554432 "$1" | gunzip - >"$TMPLIST" ||
{
echo list download failed : $1
exit 2

Loading…
Cancel
Save