diff options
| author | MMR <56675802+mmrabbani@users.noreply.github.com> | 2023-10-18 11:55:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 11:55:16 +0300 |
| commit | c0ef791f01f601d278f1c4ca3380d6b7716ca9e1 (patch) | |
| tree | c8a13727ec17180ac4499ab91fea674562d09cf6 /DockerInit.sh | |
| parent | b63612ab9879c0dc6a582bc4598913821582561f (diff) | |
increase accuracy of geoip and geosite (#1047)
* increase accuracy of geoip and geosite
* Update x-ui.sh
* Update release.yml
* Update settings.html
* Update release.yml
* Update DockerInit.sh
* Update settings.html
* Update settings.html
* Update x-ui.sh
Diffstat (limited to 'DockerInit.sh')
| -rwxr-xr-x | DockerInit.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DockerInit.sh b/DockerInit.sh index 1c236ee5..3cc31a3d 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -23,6 +23,8 @@ 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/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat +wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat +wget -O geoip_ch.dat https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geoip.dat +wget -O geosite_ch.dat 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" |
