remove unused aiodns protocol setting

This commit is contained in:
ChsBuffer
2021-03-27 23:20:56 +08:00
parent f07413c882
commit 54c1fb5578

View File

@@ -75,11 +75,6 @@ namespace Netch.Models
public string OtherDNS { get; set; } = "tcp://1.1.1.1:53";
/// <summary>
/// Query package protocol (AioDNS both listen tcp and udp protocol)
/// </summary>
public string Protocol { get; set; } = "tcp";
public ushort ListenPort { get; set; } = 53;
public string RulePath { get; set; } = "bin\\aiodns.conf";