using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Azylee.Core.NetUtils.NetAddressUtils { /// /// DNS 工具类 /// public static class DNSTool { /// /// 阿里DNS /// public const string AliDNS = "223.5.5.115"; /// /// 百度DNS /// public const string BaiduDNS = "180.76.76.76"; } }