mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-02 06:30:53 +03:00
ipset: get_reestr_preresolved remove verbose curl
This commit is contained in:
parent
6217e84074
commit
aa191d25c4
@ -15,7 +15,7 @@ dl()
|
|||||||
{
|
{
|
||||||
# $1 - url
|
# $1 - url
|
||||||
# $2 - file
|
# $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
|
echo list download failed : $1
|
||||||
exit 2
|
exit 2
|
||||||
|
@ -15,7 +15,7 @@ dl()
|
|||||||
{
|
{
|
||||||
# $1 - url
|
# $1 - url
|
||||||
# $2 - file
|
# $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
|
echo list download failed : $1
|
||||||
exit 2
|
exit 2
|
||||||
|
Loading…
Reference in New Issue
Block a user