mirror of
https://github.com/netchx/netch.git
synced 2026-03-30 19:09:48 +08:00
fix: disable ResolveServerHostname default
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Netch.Models
|
||||
/// <summary>
|
||||
/// 解析服务器主机名
|
||||
/// </summary>
|
||||
public bool ResolveServerHostname = true;
|
||||
public bool ResolveServerHostname = false;
|
||||
|
||||
/// <summary>
|
||||
/// 网页请求超时 毫秒
|
||||
|
||||
Reference in New Issue
Block a user