File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- geoip_url=" https://ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat"
3+ geoip_url=" https://mirror. ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat"
44geoip_path=" /tmp/geoip.dat"
5- geosite_url=" https://ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
5+ geosite_url=" https://mirror. ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
66geosite_path=" /tmp/geosite.dat"
7- geoip_hash_url=" https://ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat.sha256sum"
7+ geoip_hash_url=" https://mirror. ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat.sha256sum"
88geoip_hash_path=" /tmp/geoip.dat.sha256sum"
9- geosite_hash_url=" https://ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat.sha256sum"
9+ geosite_hash_url=" https://mirror. ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat.sha256sum"
1010geosite_hash_path=" /tmp/geosite.dat.sha256sum"
1111
1212echo -e " \033[33mStart Downloading...... It won't take long\033[0m"
You can’t perform that action at this time.
0 commit comments