mirror of https://github.com/XTLS/Xray-install
parent
6642e92697
commit
3a2a03dac9
|
@ -694,10 +694,10 @@ install_geodata() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
local download_link_geoip="https://github.com/v2fly/geoip/releases/latest/download/geoip.dat"
|
local download_link_geoip="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat"
|
||||||
local download_link_geosite="https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat"
|
local download_link_geosite="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
|
||||||
local file_ip='geoip.dat'
|
local file_ip='geoip.dat'
|
||||||
local file_dlc='dlc.dat'
|
local file_dlc='geosite.dat'
|
||||||
local file_site='geosite.dat'
|
local file_site='geosite.dat'
|
||||||
local dir_tmp
|
local dir_tmp
|
||||||
dir_tmp="$(mktemp -d)"
|
dir_tmp="$(mktemp -d)"
|
||||||
|
|
Loading…
Reference in New Issue