From 91bc5edd5628efb5c4a9c9151e05b81c88a363d5 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Sat, 19 Sep 2020 16:35:57 +0800 Subject: [PATCH] [fix] link_geosite --- install-dat-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dat-release.sh b/install-dat-release.sh index 901c62d..d0690e1 100644 --- a/install-dat-release.sh +++ b/install-dat-release.sh @@ -16,7 +16,7 @@ # You can modify it to /usr/local/lib/v2ray V2RAY="/usr/local/share/v2ray" DOWNLOAD_LINK_GEOIP="https://github.com/v2fly/geoip/releases/latest/download/geoip.dat" -DOWNLOAD_LINK_GEOSITE="https://github.com/v2fly/domain-list-community/releases/latest/download" +DOWNLOAD_LINK_GEOSITE="https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat" file_ip='geoip.dat' file_dlc='dlc.dat' file_site='geosite.dat'