diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs index 46864563..469dfaa7 100644 --- a/Netch/Models/Setting.cs +++ b/Netch/Models/Setting.cs @@ -75,11 +75,6 @@ namespace Netch.Models public string OtherDNS { get; set; } = "tcp://1.1.1.1:53"; - /// - /// Query package protocol (AioDNS both listen tcp and udp protocol) - /// - public string Protocol { get; set; } = "tcp"; - public ushort ListenPort { get; set; } = 53; public string RulePath { get; set; } = "bin\\aiodns.conf";