From b805bf62229ef4a1211b6bc1e7603c07b12b9653 Mon Sep 17 00:00:00 2001 From: MMR <56675802+mmrabbani@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:27:12 +0330 Subject: [PATCH] change bootmortis project to MasterKia fork (#849) * Update x-ui.sh change bootmortis project to MasterKia fork * Update DockerInit.sh replace bootmortis with MasterKia * Update release.yml Replace bootmortis with MasterKia --- .github/workflows/release.yml | 2 +- DockerInit.sh | 2 +- x-ui.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42605895..a270e9a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: rm -f geoip.dat geosite.dat iran.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 https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat + wget https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat mv xray xray-linux-${{ matrix.platform }} cd ../.. diff --git a/DockerInit.sh b/DockerInit.sh index 17bce0c2..9339de38 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -25,4 +25,4 @@ 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/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat" +wget "https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat" diff --git a/x-ui.sh b/x-ui.sh index bb2064ac..001f6317 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -508,7 +508,7 @@ update_geo() { rm -f geoip.dat geosite.dat iran.dat wget -N https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat wget -N https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat - wget -N https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat + wget -N https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat systemctl start x-ui echo -e "${green}Geosite.dat + Geoip.dat + Iran.dat have been updated successfully in bin folder '${binfolder}'!${plain}" before_show_menu