1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -05:00

Update dat files download links

due to https://github.com/v2ray/geoip/issues/18
This commit is contained in:
Loyalsoldier 2020-03-13 08:15:51 +08:00 committed by kslr
parent 0d71d3dcf8
commit c93003eab6

View File

@ -60,11 +60,11 @@ popd
pushd $GOPATH/src/v2ray.com/core/ pushd $GOPATH/src/v2ray.com/core/
# Update geoip.dat # Update geoip.dat
curl -L -o release/config/geoip.dat "https://github.com/v2ray/geoip/releases/latest/download/geoip.dat" curl -L -o release/config/geoip.dat "https://github.com/v2ray/geoip/raw/release/geoip.dat"
sleep 1 sleep 1
# Update geosite.dat # Update geosite.dat
curl -L -o release/config/geosite.dat "https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat" curl -L -o release/config/geosite.dat "https://github.com/v2ray/domain-list-community/raw/release/dlc.dat"
sleep 1 sleep 1
popd popd