This commit is contained in:
Alireza Ahmadi
2023-03-24 18:21:58 +01:00
parent 921a72b5cf
commit 8f0a701d9e
2 changed files with 4 additions and 4 deletions

View File

@@ -1159,7 +1159,7 @@ class Inbound extends XrayCommonClass {
}
if (this.xtls) {
params.set("security", "tls");
params.set("security", "xtls");
params.set("alpn", this.stream.tls.alpn);
if(this.stream.tls.settings[0].allowInsecure){
params.set("allowInsecure", "1");
@@ -1260,7 +1260,7 @@ class Inbound extends XrayCommonClass {
}
if (this.xtls) {
params.set("security", "tls");
params.set("security", "xtls");
params.set("alpn", this.stream.tls.alpn);
if(this.stream.tls.settings[0].allowInsecure){
params.set("allowInsecure", "1");

View File

@@ -74,8 +74,8 @@
"xraySwitch" = "تغییر ورژن"
"xraySwitchClick" = "ورژن مورد نظر را انتخاب کنید"
"xraySwitchClickDesk" = "لطفا با دقت انتخاب کنید ، در صورت انتخاب اشتباه امکان قطعی سیستم وجود دارد ."
"operationHours" = "ساعت فعال"
"operationHoursDesc" = "ساعت فعال بعد از شروع سیستم"
"operationHours" = "مدت فعالیت"
"operationHoursDesc" = "مدت فعالیت سیستم بعد از روشن شدن"
"systemLoad" = "بار روی سیستم"
"connectionCount" = "تعداد کانکشن ها"
"connectionCountDesc" = "تعداد کانکشن ها برای کل شبکه"