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