mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
14 lines
324 B
C++
14 lines
324 B
C++
#include "Based.h"
|
|
|
|
BOOL filterLoopback = FALSE;
|
|
BOOL filterIntranet = FALSE;
|
|
BOOL filterICMP = TRUE;
|
|
BOOL filterTCP = TRUE;
|
|
BOOL filterUDP = TRUE;
|
|
wstring tgtHost = L"1.1.1.1";
|
|
wstring tgtPort = L"1080";
|
|
string tgtUsername = "";
|
|
string tgtPassword = "";
|
|
vector<wstring> bypassList;
|
|
vector<wstring> handleList;
|