package config /* * @Description DNS服务配置 * @Author www.odboy.cn * @Date 20241108 */ const ( DNSServerPort = ":53" ForwardDNServer = "8.8.8.8:53" // Google的公共DNS服务器 )