namespace Netch.Models.Config { public class AioDNS { /// /// 国内 DNS 地址 /// public string ChinaDNS = "tcp://119.29.29.29:53"; /// /// 国外 DNS 地址 /// public string OtherDNS = "tls://1.1.1.1:853"; } }