mirror of
https://github.com/netchx/netch.git
synced 2026-03-26 18:49:46 +08:00
[Netch] WTF
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user