File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
V2rayNG/app/src/main/java/com/v2ray/ang/handler Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import com.v2ray.ang.AppConfig.WIREGUARD_LOCAL_ADDRESS_V4
3434import com.v2ray.ang.AppConfig.WIREGUARD_LOCAL_ADDRESS_V6
3535import com.v2ray.ang.dto.ConfigResult
3636import com.v2ray.ang.dto.EConfigType
37+ import com.v2ray.ang.dto.NetworkType
3738import com.v2ray.ang.dto.ProfileItem
3839import com.v2ray.ang.dto.RulesetItem
3940import com.v2ray.ang.dto.V2rayConfig
@@ -426,6 +427,8 @@ object V2rayConfigManager {
426427 && outbound.settings?.vnext?.first()?.users?.first()?.flow?.isNotEmpty() == true
427428 ) {
428429 muxEnabled = false
430+ } else if (outbound.streamSettings?.network == NetworkType .XHTTP .type) {
431+ muxEnabled = false
429432 }
430433 if (muxEnabled == true ) {
431434 outbound.mux?.enabled = true
You can’t perform that action at this time.
0 commit comments