Geofiles: Switch to Loyalsoldier's v2ray-rules-dat

c81d8e488a
This commit is contained in:
RPRX
2025-02-08 05:33:07 +00:00
committed by GitHub
parent 6642e92697
commit 3a2a03dac9

View File

@@ -694,10 +694,10 @@ install_geodata() {
exit 1
fi
}
local download_link_geoip="https://github.com/v2fly/geoip/releases/latest/download/geoip.dat"
local download_link_geosite="https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat"
local download_link_geoip="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat"
local download_link_geosite="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
local file_ip='geoip.dat'
local file_dlc='dlc.dat'
local file_dlc='geosite.dat'
local file_site='geosite.dat'
local dir_tmp
dir_tmp="$(mktemp -d)"