[Redirector] Support custom icmp delay

This commit is contained in:
Connection Refused
2021-09-29 19:28:09 +08:00
parent 2edf384f49
commit 518a193bfa
4 changed files with 13 additions and 3 deletions

View File

@@ -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 = "";