mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-30 02:42:58 +03:00
Fix get_antizapret_domains.sh
Исправление для скачивания списка антизапрета. Без него получаем: ```bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 curl: (28) SSL connection timeout ```
This commit is contained in:
parent
e69fdac9ab
commit
b9ed70e695
@ -11,7 +11,7 @@ getipban || FAIL=1
|
|||||||
"$IPSET_DIR/create_ipset.sh"
|
"$IPSET_DIR/create_ipset.sh"
|
||||||
[ -n "$FAIL" ] && exit
|
[ -n "$FAIL" ] && exit
|
||||||
|
|
||||||
ZURL=https://antizapret.prostovpn.org/domains-export.txt
|
ZURL=https://antizapret.prostovpn.org:8443/domains-export.txt
|
||||||
ZDOM="$TMPDIR/zapret.txt"
|
ZDOM="$TMPDIR/zapret.txt"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user