[Netch] WTF

This commit is contained in:
Connection Refused
2021-10-19 02:41:49 +08:00
parent cf21c08600
commit cc69dff5e1
11 changed files with 117 additions and 73 deletions

View File

@@ -39,6 +39,12 @@ namespace Netch.Models.Mode.ProcessMode
[Newtonsoft.Json.JsonProperty("filterUDP")]
public bool UDP = true;
/// <summary>
/// 过滤 DNS 流量
/// </summary>
[Newtonsoft.Json.JsonProperty("filterDNS")]
public bool DNS = true;
/// <summary>
/// 绕过列表
/// </summary>