mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
remove unused aiodns protocol setting
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user