diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs index 3e5e37e1..c760e47c 100644 --- a/Netch/Models/Setting.cs +++ b/Netch/Models/Setting.cs @@ -106,7 +106,7 @@ namespace Netch.Models /// /// 解析服务器主机名 /// - public bool ResolveServerHostname = true; + public bool ResolveServerHostname = false; /// /// 网页请求超时 毫秒