From 5b8e0041d6ce9d17b36f8e5ea1643718390b6020 Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 03:18:26 +0330
Subject: [PATCH 1/8] add persian(farsi) readme
---
README_FA.MD | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 108 insertions(+)
create mode 100644 README_FA.MD
diff --git a/README_FA.MD b/README_FA.MD
new file mode 100644
index 0000000..d9743ab
--- /dev/null
+++ b/README_FA.MD
@@ -0,0 +1,108 @@
+
+## Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
+
+
+> 感谢 JetBrains 提供的非商业开源软件开发授权!
+
+> Thanks for non-commercial open source development authorization by JetBrains!
+
+### 由于 xtls 存在被阻断的可能性,建议使用 Nginx 前置版本
+
+### Telegram 群组
+* Telegram 交流群:https://t.me/wulabing_v2ray
+* Telegram 更新公告频道:https://t.me/wulabing_channel
+
+### 准备工作
+* 准备一个域名,并将 A 记录添加好;
+* 安装好 `wget`。
+
+### 导入链接规范
+https://github.com/XTLS/Xray-core/issues/91
+
+> 截至 2021-2-24 仅有 V2RayN 4.12+ 及 V2RayNG 1.5.8+ 支持链接及二维码导入,其他客户端请手动填入配置信息。
+
+
+### 安装/更新方式(Nginx 前置)
+
+支持配置方式
+
+- VLESS + TCP + TLS + Nginx + WebSocket
+
+```
+wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/nginx_forward/install.sh" && chmod +x install.sh && bash install.sh
+```
+
+### 安装/更新方式(Xray 前置)
+
+支持配置方式
+
+- VLESS + TCP + XTLS / TLS + Nginx
+
+- VLESS + TCP + XTLS / TLS + Nginx 及 VLESS + TCP + TLS + Nginx + WebSocket 回落并存模式
+
+```
+wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh
+```
+
+
+### 注意事项
+* 如果你不了解脚本中各项设置的具体含义,除域名外,请使用脚本提供的默认值;
+* 使用本脚本需要你拥有 Linux 基础及使用经验,了解计算机网络部分知识,计算机基础操作;
+* 目前支持 Debian 9+ / Ubuntu 18.04+ / Centos7+ / Oracle Linux 7+;
+* 群主仅提供极其有限的支持,如有问题可以询问群友。
+
+### 鸣谢
+
+* 本脚本中 README Project_Xray 项目图片由 Blitzcrank Telegram:@Blitz_crank 提供 在此感谢Blitzcrank
+* 本脚本中 MTProxyTLS 基于 https://github.com/sunpma/mtp 二次修改 在此感谢 sunpma;
+* 本脚本中 锐速 4 合 1 脚本原项目引用 https://www.94ish.me/1635.html 在此感谢;
+* 本脚本中 锐速 4 合 1 脚本修改版项目引用 https://github.com/ylx2016/Linux-NetSpeed 在此感谢 ylx2016;
+* 本脚本中 配置文件及部分逻辑参考 https://github.com/jiuqi9997/xray-yes 在此感谢 玖柒;
+* 本脚本中 二维码 API 部分参考 https://github.com/mack-a/v2ray-agent 在此感谢 mack-a。
+
+### 启动方式
+
+启动 Xray:`systemctl start xray`
+
+停止 Xray:`systemctl stop xray`
+
+启动 Nginx:`systemctl start nginx`
+
+停止 Nginx:`systemctl stop nginx`
+
+### 相关目录
+
+Web 目录:`/www/xray_web`
+
+Xray 服务端配置:`/usr/local/etc/xray/config.json`
+
+Nginx 目录: `/etc/nginx`
+
+证书文件: `/ssl/xray.key`(私钥)和 `/ssl/xray.crt`(证书公钥)
+
+### 捐赠
+
+您可以使用我的 搬瓦工 AFF 购买 VPS
+
+https://bandwagonhost.com/aff.php?aff=63939
+
+您可以使用我的 JustMySocks AFF 购买搬瓦工提供的代理
+
+https://justmysocks.net/members/aff.php?aff=17621
+
+您可以使用我的 DMIT AFF 购买 VPS
+
+https://www.dmit.io/aff.php?aff=3957
+
+您可以使用我的 Vultr AFF 创建新的 Vultr 账号并使用
+
+https://www.vultr.com/?ref=6881279
+
+您可以通过 USDT 支持我,感谢您的支持
+TRC20:TFannfnajNGYsMTuVDcXfZXXPbcaxAEffa
+
+
+## Stargazers over time
+
+[](https://starchart.cc/wulabing/Xray_onekey)
+
From 2099da50f3d41a500b3bbe25972ea6634f0e3572 Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 03:19:08 +0330
Subject: [PATCH 2/8] Update README_FA.MD
---
README_FA.MD | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/README_FA.MD b/README_FA.MD
index d9743ab..e1c7031 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -1,30 +1,31 @@
-## Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
+## Xray Nginx-based VLESS + XTLS one-click installation script
-> 感谢 JetBrains 提供的非商业开源软件开发授权!
+> Thanks to JetBrains for the non-commercial open source software development license!
> Thanks for non-commercial open source development authorization by JetBrains!
-### 由于 xtls 存在被阻断的可能性,建议使用 Nginx 前置版本
+### Due to the possibility of xtls being blocked, it is recommended to use the Nginx pre-version
-### Telegram 群组
-* Telegram 交流群:https://t.me/wulabing_v2ray
-* Telegram 更新公告频道:https://t.me/wulabing_channel
+### Telegram Group
+* Telegram communication group: https://t.me/wulabing_v2ray
+* Telegram update announcement channel:https://t.me/wulabing_channel
-### 准备工作
-* 准备一个域名,并将 A 记录添加好;
-* 安装好 `wget`。
+### Preparation
+* Prepare a domain name and add the A record;
+* Installed wget.
-### 导入链接规范
+### import link specification
https://github.com/XTLS/Xray-core/issues/91
-> 截至 2021-2-24 仅有 V2RayN 4.12+ 及 V2RayNG 1.5.8+ 支持链接及二维码导入,其他客户端请手动填入配置信息。
+> As of 2021-2-24, only V2RayN 4.12+ and V2RayNG 1.5.8+ support link and QR code import. For other clients, please fill in the configuration information manually.
-### 安装/更新方式(Nginx 前置)
+### Installation/update method (Nginx front)
+
+Support configuration
-支持配置方式
- VLESS + TCP + TLS + Nginx + WebSocket
@@ -32,9 +33,9 @@ https://github.com/XTLS/Xray-core/issues/91
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/nginx_forward/install.sh" && chmod +x install.sh && bash install.sh
```
-### 安装/更新方式(Xray 前置)
+### Installation/update method (Xray front)
-支持配置方式
+Support configuration
- VLESS + TCP + XTLS / TLS + Nginx
@@ -45,11 +46,11 @@ wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.c
```
-### 注意事项
-* 如果你不了解脚本中各项设置的具体含义,除域名外,请使用脚本提供的默认值;
-* 使用本脚本需要你拥有 Linux 基础及使用经验,了解计算机网络部分知识,计算机基础操作;
-* 目前支持 Debian 9+ / Ubuntu 18.04+ / Centos7+ / Oracle Linux 7+;
-* 群主仅提供极其有限的支持,如有问题可以询问群友。
+### Precautions
+* If you don't understand the specific meaning of each setting in the script, except the domain name, please use the default value provided by the script;
+* To use this script, you need to have Linux foundation and experience, some knowledge of computer networks, and basic computer operations;
+* Currently supports Debian 9+ / Ubuntu 18.04+ / Centos7+ / Oracle Linux 7+;
+* The group owner only provides extremely limited support, if you have any questions, you can ask the group members.
### 鸣谢
From a86385b558058cfefe50f4b107efd24f94008418 Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 03:38:52 +0330
Subject: [PATCH 3/8] Update README_FA.MD
---
README_FA.MD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_FA.MD b/README_FA.MD
index e1c7031..4a1181a 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -1,5 +1,5 @@
-## Xray Nginx-based VLESS + XTLS one-click installation script
+## اسکریپت نصب VLESS + XTLS مبتنی بر Xray Nginx با یک کلیک
> Thanks to JetBrains for the non-commercial open source software development license!
From 85106e6142d7f5bddca93920f7f9f88056cb4691 Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 03:45:10 +0330
Subject: [PATCH 4/8] Update README_FA.MD
---
README_FA.MD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README_FA.MD b/README_FA.MD
index 4a1181a..d62580f 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -2,17 +2,19 @@
## اسکریپت نصب VLESS + XTLS مبتنی بر Xray Nginx با یک کلیک
-> Thanks to JetBrains for the non-commercial open source software development license!
+> با تشکر از JetBrains برای مجوز توسعه نرم افزار منبع باز غیر تجاری!
-> Thanks for non-commercial open source development authorization by JetBrains!
-### Due to the possibility of xtls being blocked, it is recommended to use the Nginx pre-version
+>از مجوز توسعه منبع باز غیر تجاری توسط JetBrains سپاسگزاریم!
-### Telegram Group
-* Telegram communication group: https://t.me/wulabing_v2ray
-* Telegram update announcement channel:https://t.me/wulabing_channel
+### با توجه به احتمال مسدود شدن xtls، پیشنهاد می شود از نسخه پیشین Nginx استفاده کنید
-### Preparation
+
+### گروه تلگرام
+* گروه ارتباطی تلگرام: https://t.me/wulabing_v2ray
+* کانال اطلاعیه آپدیت تلگرام:https://t.me/wulabing_channel
+
+### آماده سازی
* Prepare a domain name and add the A record;
* Installed wget.
From 02c45e6d1b561c90b701c5f3025c241c09b4f5af Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 03:58:54 +0330
Subject: [PATCH 5/8] Update README_FA.MD
---
README_FA.MD | 67 ++++++++++++++++++++++++----------------------------
1 file changed, 31 insertions(+), 36 deletions(-)
diff --git a/README_FA.MD b/README_FA.MD
index d62580f..6d6bca4 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -1,5 +1,5 @@
-## اسکریپت نصب VLESS + XTLS مبتنی بر Xray Nginx با یک کلیک
+## اسکریپت نصب Xray مبتنی بر Nginx برای ساختار VLESS + XTLS با یک کلیک
> با تشکر از JetBrains برای مجوز توسعه نرم افزار منبع باز غیر تجاری!
@@ -15,19 +15,19 @@
* کانال اطلاعیه آپدیت تلگرام:https://t.me/wulabing_channel
### آماده سازی
-* Prepare a domain name and add the A record;
-* Installed wget.
+* یک نام دامنه آماده کنید و رکورد A را اضافه کنید.
-### import link specification
+* نصب کردن wget.
+
+### مشخصات لینک وارد کردن
https://github.com/XTLS/Xray-core/issues/91
> As of 2021-2-24, only V2RayN 4.12+ and V2RayNG 1.5.8+ support link and QR code import. For other clients, please fill in the configuration information manually.
-### Installation/update method (Nginx front)
-
-Support configuration
+### روش نصب و بروزرسانی (Nginx front)
+پیکربندی قابل پشتیبان
- VLESS + TCP + TLS + Nginx + WebSocket
@@ -35,10 +35,9 @@ Support configuration
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/nginx_forward/install.sh" && chmod +x install.sh && bash install.sh
```
-### Installation/update method (Xray front)
-
-Support configuration
+### روش نصب و بروزرسانی (Xray front)
+پیکربندی قابل پشتیبانی
- VLESS + TCP + XTLS / TLS + Nginx
- VLESS + TCP + XTLS / TLS + Nginx 及 VLESS + TCP + TLS + Nginx + WebSocket 回落并存模式
@@ -48,13 +47,13 @@ wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.c
```
-### Precautions
-* If you don't understand the specific meaning of each setting in the script, except the domain name, please use the default value provided by the script;
-* To use this script, you need to have Linux foundation and experience, some knowledge of computer networks, and basic computer operations;
-* Currently supports Debian 9+ / Ubuntu 18.04+ / Centos7+ / Oracle Linux 7+;
-* The group owner only provides extremely limited support, if you have any questions, you can ask the group members.
+### موارد احتیاط
+* اگر معنای خاص هر یک از تنظیمات در اسکریپت را نمیدانید، به جز نام دامنه، لطفاً از مقدار پیشفرض ارائه شده توسط اسکریپت استفاده کنید.
+* برای استفاده از این اسکریپت، باید پایه و تجربه لینوکس، مقداری دانش در مورد شبکه های کامپیوتری و عملیات اولیه کامپیوتر داشته باشید.
+* در حال حاضر از Debian 9+ / Ubuntu 18.04+ / Centos7+ / Oracle Linux 7+ پشتیبانی می کند.
+* مالک گروه فقط پشتیبانی بسیار محدودی را ارائه می دهد، اگر سؤالی دارید، می توانید از اعضای گروه بپرسید.
-### 鸣谢
+### با تشکر
* 本脚本中 README Project_Xray 项目图片由 Blitzcrank Telegram:@Blitz_crank 提供 在此感谢Blitzcrank
* 本脚本中 MTProxyTLS 基于 https://github.com/sunpma/mtp 二次修改 在此感谢 sunpma;
@@ -63,45 +62,41 @@ wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.c
* 本脚本中 配置文件及部分逻辑参考 https://github.com/jiuqi9997/xray-yes 在此感谢 玖柒;
* 本脚本中 二维码 API 部分参考 https://github.com/mack-a/v2ray-agent 在此感谢 mack-a。
-### 启动方式
+### روش آغازکردن
-启动 Xray:`systemctl start xray`
+start Xray:`systemctl start xray`
-停止 Xray:`systemctl stop xray`
+stop Xray:`systemctl stop xray`
-启动 Nginx:`systemctl start nginx`
+start Nginx:`systemctl start nginx`
-停止 Nginx:`systemctl stop nginx`
+stop Nginx:`systemctl stop nginx`
-### 相关目录
+### قسمت های مرتبط
-Web 目录:`/www/xray_web`
+Web دایرکتوری:`/www/xray_web`
-Xray 服务端配置:`/usr/local/etc/xray/config.json`
+Xray پیکربندی سرور:`/usr/local/etc/xray/config.json`
-Nginx 目录: `/etc/nginx`
+Nginx دایرکتوری: `/etc/nginx`
-证书文件: `/ssl/xray.key`(私钥)和 `/ssl/xray.crt`(证书公钥)
+certs: `/ssl/xray.key`(私钥)和 `/ssl/xray.crt`(证书公钥)
-### 捐赠
-
-您可以使用我的 搬瓦工 AFF 购买 VPS
+### حمایت کردن
+برای خرید vps
https://bandwagonhost.com/aff.php?aff=63939
-您可以使用我的 JustMySocks AFF 购买搬瓦工提供的代理
-
+خرید پروکسی
https://justmysocks.net/members/aff.php?aff=17621
-您可以使用我的 DMIT AFF 购买 VPS
-
+برای خرید vps
https://www.dmit.io/aff.php?aff=3957
-您可以使用我的 Vultr AFF 创建新的 Vultr 账号并使用
-
+ایجاد حساب در vultr
https://www.vultr.com/?ref=6881279
-您可以通过 USDT 支持我,感谢您的支持
+حمایت با رمزارز
TRC20:TFannfnajNGYsMTuVDcXfZXXPbcaxAEffa
From 1ac6f6658844781a3ca06cb3159d307c20e23d15 Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 04:01:43 +0330
Subject: [PATCH 6/8] Update README_FA.MD
---
README_FA.MD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README_FA.MD b/README_FA.MD
index 6d6bca4..fd7acf1 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -15,9 +15,9 @@
* کانال اطلاعیه آپدیت تلگرام:https://t.me/wulabing_channel
### آماده سازی
-* یک نام دامنه آماده کنید و رکورد A را اضافه کنید.
+* یک نام دامنه آماده کنید و رکورد A را اضافه کنید
-* نصب کردن wget.
+* نصب کردن wget
### مشخصات لینک وارد کردن
https://github.com/XTLS/Xray-core/issues/91
@@ -85,18 +85,23 @@ certs: `/ssl/xray.key`(私钥)和 `/ssl/xray.crt`(证书公钥)
### حمایت کردن
برای خرید vps
+
https://bandwagonhost.com/aff.php?aff=63939
خرید پروکسی
+
https://justmysocks.net/members/aff.php?aff=17621
برای خرید vps
+
https://www.dmit.io/aff.php?aff=3957
ایجاد حساب در vultr
+
https://www.vultr.com/?ref=6881279
حمایت با رمزارز
+
TRC20:TFannfnajNGYsMTuVDcXfZXXPbcaxAEffa
From 2872035df6d5612a6e592ebc03a20f8e35aa6f9a Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 04:05:52 +0330
Subject: [PATCH 7/8] Update README_FA.MD
---
README_FA.MD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README_FA.MD b/README_FA.MD
index fd7acf1..83c423c 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -84,19 +84,19 @@ certs: `/ssl/xray.key`(私钥)和 `/ssl/xray.crt`(证书公钥)
### حمایت کردن
-برای خرید vps
+با خرید vps
https://bandwagonhost.com/aff.php?aff=63939
-خرید پروکسی
+با خرید پروکسی
https://justmysocks.net/members/aff.php?aff=17621
-برای خرید vps
+با خرید vps
https://www.dmit.io/aff.php?aff=3957
-ایجاد حساب در vultr
+با ایجاد حساب در vultr
https://www.vultr.com/?ref=6881279
From f09b1e4d5aa4b633824750121d6fca9a0c7df7cb Mon Sep 17 00:00:00 2001
From: Persian Prince <118456291+DanielBlackBeard@users.noreply.github.com>
Date: Wed, 18 Jan 2023 04:07:45 +0330
Subject: [PATCH 8/8] Update README_FA.MD
---
README_FA.MD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README_FA.MD b/README_FA.MD
index 83c423c..4b8b422 100644
--- a/README_FA.MD
+++ b/README_FA.MD
@@ -7,7 +7,7 @@
>از مجوز توسعه منبع باز غیر تجاری توسط JetBrains سپاسگزاریم!
-### با توجه به احتمال مسدود شدن xtls، پیشنهاد می شود از نسخه پیشین Nginx استفاده کنید
+### با توجه به احتمال مسدود شدن xtls، پیشنهاد می شود از نسخه پیشین Nginx استفاده کنید
### گروه تلگرام
@@ -62,7 +62,7 @@ wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.c
* 本脚本中 配置文件及部分逻辑参考 https://github.com/jiuqi9997/xray-yes 在此感谢 玖柒;
* 本脚本中 二维码 API 部分参考 https://github.com/mack-a/v2ray-agent 在此感谢 mack-a。
-### روش آغازکردن
+### روش شروع و توقف سرویس
start Xray:`systemctl start xray`
@@ -72,7 +72,7 @@ start Nginx:`systemctl start nginx`
stop Nginx:`systemctl stop nginx`
-### قسمت های مرتبط
+### قسمت های که پروژه استفاده می کند
Web دایرکتوری:`/www/xray_web`