mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
Compare commits
No commits in common. "6b6818efa41a78f8803ee2ccd1a1af14cea79b05" and "c7e9018e716e624212b338d38b4e24b2ebb12505" have entirely different histories.
6b6818efa4
...
c7e9018e71
3 changed files with 24 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ services:
|
|||
depends_on:
|
||||
- docker-proxy
|
||||
environment:
|
||||
ENABLE_CRON_UPDATE: "true"
|
||||
TZ: "UTC"
|
||||
DOCKER_PROXY_URL: "http://docker-proxy:2375"
|
||||
TARGET_CONTAINER_NAME: "3xui_app"
|
||||
|
|
|
|||
|
|
@ -128,6 +128,8 @@ install_xray_core() {
|
|||
rm "Xray-linux-${ARCH}.zip"
|
||||
}
|
||||
|
||||
# --- dispatcher: вызываем функции по имени ТОЛЬКО если скрипт запущен как файл ---
|
||||
# Предполагаем, что файл называется xray-updates.sh
|
||||
if [ "${0##*/}" = "xray-tools.sh" ]; then
|
||||
cmd="$1"
|
||||
shift || true
|
||||
|
|
|
|||
21
x-ui.sh
21
x-ui.sh
|
|
@ -865,6 +865,27 @@ delete_ports() {
|
|||
fi
|
||||
}
|
||||
|
||||
#update_all_geofiles() {
|
||||
# update_main_geofiles
|
||||
# update_ir_geofiles
|
||||
# update_ru_geofiles
|
||||
#}
|
||||
#
|
||||
#update_main_geofiles() {
|
||||
# wget -O geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
|
||||
# wget -O geosite.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat
|
||||
#}
|
||||
#
|
||||
#update_ir_geofiles() {
|
||||
# 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
|
||||
#}
|
||||
#
|
||||
#update_ru_geofiles() {
|
||||
# wget -O geoip_RU.dat https://github.com/runetfreedom/russia-v2ray-rules-dat/releases/latest/download/geoip.dat
|
||||
# wget -O geosite_RU.dat https://github.com/runetfreedom/russia-v2ray-rules-dat/releases/latest/download/geosite.dat
|
||||
#}
|
||||
|
||||
update_geo() {
|
||||
echo -e "${green}\t1.${plain} Loyalsoldier (geoip.dat, geosite.dat)"
|
||||
echo -e "${green}\t2.${plain} chocolate4u (geoip_IR.dat, geosite_IR.dat)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue