mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
11 lines
242 B
C#
11 lines
242 B
C#
namespace Netch.Models.Config
|
||
{
|
||
public class XRay
|
||
{
|
||
/// <summary>
|
||
/// FullCone 支持(需要 xray-core 服务端版本 v1.3.0+)
|
||
/// </summary>
|
||
public bool FullCone = false;
|
||
}
|
||
}
|