mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
[Netch] Updated
This commit is contained in:
@@ -15,6 +15,12 @@ namespace Netch.Models.Mode.ProcessMode
|
||||
[Newtonsoft.Json.JsonProperty("filterLoopback")]
|
||||
public bool Loopback = false;
|
||||
|
||||
/// <summary>
|
||||
/// 过滤 内网 流量
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("filterIntranet")]
|
||||
public bool Intranet = false;
|
||||
|
||||
/// <summary>
|
||||
/// 过滤 ICMP 流量(伪造 ICMP 回复)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user