From 3a2a03dac9047784603a9f23abd6d235f94bdcda Mon Sep 17 00:00:00 2001 From: RPRX <63339210+RPRX@users.noreply.github.com> Date: Sat, 8 Feb 2025 05:33:07 +0000 Subject: [PATCH] Geofiles: Switch to Loyalsoldier's v2ray-rules-dat https://github.com/XTLS/Xray-core/commit/c81d8e488a0f4cd47016cd3b6095d2e7238f7627 --- install-release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-release.sh b/install-release.sh index 7ac23b3..036aa8d 100755 --- a/install-release.sh +++ b/install-release.sh @@ -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)"