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

c81d8e488a
pull/87/head
RPRX 2025-02-08 05:33:07 +00:00 committed by GitHub
parent 6642e92697
commit 3a2a03dac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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)"