diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-10-18 12:52:07 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-10-18 12:52:07 +0300 |
| commit | b0aaece6eb1f7c31a2eaa7870aa990151df84c04 (patch) | |
| tree | 3816e8eb537462a765ca20d24caaadcfea31d592 /.github | |
| parent | c0ef791f01f601d278f1c4ca3380d6b7716ca9e1 (diff) | |
remove iran.dat
so after this you need to click on "reset to default configuration"
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7eb93dec..1446f787 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,12 +55,11 @@ jobs: unzip Xray-linux-arm64-v8a.zip rm -f Xray-linux-arm64-v8a.zip fi - rm -f geoip.dat geosite.dat iran.dat + rm -f geoip.dat geosite.dat geoip_IR.dat geosite_IR.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 + wget -O geoip_IR.dat https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geoip.dat + wget -O geosite_IR.dat https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geosite.dat mv xray xray-linux-${{ matrix.platform }} cd ../.. |
