From 54c1fb5578de01e7494249f300fe8979171925ef Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sat, 27 Mar 2021 23:20:56 +0800 Subject: [PATCH] remove unused aiodns protocol setting --- Netch/Models/Setting.cs | 5 ----- 1 file changed, 5 deletions(-) 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";