From 6c8b6969caeece667daf9d93e4707ab78c6de2e9 Mon Sep 17 00:00:00 2001 From: MMR <56675802+mmrabbani@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:50:22 +0330 Subject: [PATCH] increase accuracy of geoip and geosite --- DockerInit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerInit.sh b/DockerInit.sh index 1c236ee5..cc0b34f1 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -23,6 +23,6 @@ unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat iran.dat mv xray "xray-linux-${FNAME}" -wget "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat" -wget "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat" +wget "https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geoip.dat" +wget "https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geosite.dat" wget "https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat"