Browse Source

get_reestr: download compressed from github

pull/142/head
bol-van 2 years ago
parent
commit
916f0cd838
  1. 2
      ipset/get_reestr_hostlist.sh
  2. 2
      ipset/get_reestr_resolve.sh

2
ipset/get_reestr_hostlist.sh

@ -13,7 +13,7 @@ getipban || FAIL=1
ZREESTR="$TMPDIR/zapret.txt"
#ZURL=https://reestr.rublacklist.net/api/current
ZURL=https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
ZURL_REESTR=https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
curl -H "Accept-Encoding: gzip" -k --fail --max-time 600 --connect-timeout 5 --retry 3 --max-filesize 251658240 "$ZURL_REESTR" | gunzip - >"$ZREESTR" ||
{

2
ipset/get_reestr_resolve.sh

@ -9,7 +9,7 @@ ZREESTR="$TMPDIR/zapret.txt"
ZDIG="$TMPDIR/zapret-dig.txt"
ZIPLISTTMP="$TMPDIR/zapret-ip.txt"
#ZURL=https://reestr.rublacklist.net/api/current
ZURL=https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
ZURL_REESTR=https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
getuser && {
# both disabled

Loading…
Cancel
Save