Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-01-05 16:45:25 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-01-05 17:39:40 +0300
commit9fb9d7201e97c2177312a95121592b1043f3231a (patch)
treef44f86f411be6d6e5ed5cb2508ec5b4fbec9eef5 /x-ui.sh
parent4a3b9b913d36718e05efd4314ac6e7b404c70d1a (diff)
Add custom v2ray rules for Russia
runetfreedom/russia-v2ray-rules-dat
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/x-ui.sh b/x-ui.sh
index 2e9674a6..e2485c79 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -837,7 +837,7 @@ delete_ports() {
update_geo() {
echo -e "${green}\t1.${plain} Loyalsoldier (geoip.dat, geosite.dat)"
echo -e "${green}\t2.${plain} chocolate4u (geoip_IR.dat, geosite_IR.dat)"
- echo -e "${green}\t3.${plain} vuong2023 (geoip_VN.dat, geosite_VN.dat)"
+ echo -e "${green}\t3.${plain} runetfreedom (geoip_RU.dat, geosite_RU.dat)"
echo -e "${green}\t0.${plain} Back to Main Menu"
read -p "Choose an option: " choice
@@ -865,10 +865,10 @@ update_geo() {
;;
3)
systemctl stop x-ui
- rm -f geoip_VN.dat geosite_VN.dat
- wget -O geoip_VN.dat -N https://github.com/vuong2023/vn-v2ray-rules/releases/latest/download/geoip.dat
- wget -O geosite_VN.dat -N https://github.com/vuong2023/vn-v2ray-rules/releases/latest/download/geosite.dat
- echo -e "${green}vuong2023 datasets have been updated successfully!${plain}"
+ rm -f geoip_RU.dat geosite_RU.dat
+ wget -O geoip_RU.dat -N https://github.com/runetfreedom/russia-v2ray-rules-dat/releases/latest/download/geoip.dat
+ wget -O geosite_RU.dat -N https://github.com/runetfreedom/russia-v2ray-rules-dat/releases/latest/download/geosite.dat
+ echo -e "${green}runetfreedom datasets have been updated successfully!${plain}"
restart
;;
*)