mirror of
https://github.com/netchx/netch.git
synced 2026-05-01 22:19:37 +08:00
[Redirector] Support custom icmp delay
This commit is contained in:
@@ -5,6 +5,7 @@ BOOL filterIntranet = FALSE;
|
||||
BOOL filterICMP = TRUE;
|
||||
BOOL filterTCP = TRUE;
|
||||
BOOL filterUDP = TRUE;
|
||||
DWORD icmping = 0;
|
||||
wstring tgtHost = L"1.1.1.1";
|
||||
wstring tgtPort = L"1080";
|
||||
string tgtUsername = "";
|
||||
|
||||
Reference in New Issue
Block a user