From 5d0bcbd6b03826046d025211d5fd7b7fec6eb0d9 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:15:40 +0800 Subject: [PATCH] fix: disable ResolveServerHostname default --- Netch/Models/Setting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /// /// 网页请求超时 毫秒