add mux to experiments && update translations
This commit is contained in:
@@ -193,8 +193,8 @@
|
||||
"resetBtn": "Reset options",
|
||||
"serviceMode": "Service Mode",
|
||||
"serviceModes": {
|
||||
"proxy": "Proxy",
|
||||
"systemProxy": "System Proxy",
|
||||
"proxy": "Proxy Service Only",
|
||||
"systemProxy": "Set System Proxy",
|
||||
"tun": "VPN"
|
||||
},
|
||||
"section": {
|
||||
|
||||
@@ -193,8 +193,8 @@
|
||||
"resetBtn": "گزینه ها را بازنشانی کنید",
|
||||
"serviceMode": "حالت سرویس",
|
||||
"serviceModes": {
|
||||
"proxy": "پروکسی",
|
||||
"systemProxy": "پروکسی سیستم",
|
||||
"proxy": "فقط سرویس پروکسی",
|
||||
"systemProxy": "تنظیم پروکسی سیستم",
|
||||
"tun": "VPN"
|
||||
},
|
||||
"section": {
|
||||
|
||||
@@ -67,7 +67,7 @@ class ConfigOptionEntity with _$ConfigOptionEntity {
|
||||
if (PlatformUtils.isDesktop && serviceMode == ServiceMode.tun) {
|
||||
return true;
|
||||
}
|
||||
if (enableTlsFragment || enableTlsMixedSniCase || enableTlsPadding) {
|
||||
if (enableTlsFragment || enableTlsMixedSniCase || enableTlsPadding||enableMux) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user