namespace Netch.Models.Config { public class XRay { /// /// FullCone 支持(需要 xray-core 服务端版本 v1.3.0+) /// public bool FullCone = false; } }