mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
set mux to false by default
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Netch.Models
|
||||
|
||||
public KcpConfig KcpConfig = new KcpConfig();
|
||||
|
||||
public bool UseMux = true;
|
||||
public bool UseMux = false;
|
||||
}
|
||||
|
||||
public class AioDNSConfig
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace Netch.Servers.VMess
|
||||
/// <summary>
|
||||
/// Mux 多路复用
|
||||
/// </summary>
|
||||
public bool? UseMux { get; set; } = true;
|
||||
public bool? UseMux { get; set; } = false;
|
||||
}
|
||||
|
||||
public class VMessGlobal
|
||||
|
||||
Reference in New Issue
Block a user