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