Refactor Add Guard.Keywords setter

This commit is contained in:
ChsBuffer
2021-03-26 13:03:37 +08:00
parent db765d60f0
commit 4202c8ac5a
7 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ namespace Netch.Controllers
public override string MainFile { get; protected set; } = "pcap2socks.exe";
protected override IEnumerable<string> StartedKeywords { get; } = new[] {"└"};
protected override IEnumerable<string> StartedKeywords { get; set; } = new[] {"└"};
private readonly OutboundAdapter _outbound = new();