Update Redirector

This commit is contained in:
Netch
2021-08-08 23:22:28 +08:00
parent aba8a0bbea
commit f613f10a41
8 changed files with 138 additions and 11 deletions

View File

@@ -5,8 +5,8 @@
extern BOOL filterTCP;
extern BOOL filterUDP;
extern USHORT udpPort;
extern vector<wstring> handleList;
extern vector<wstring> bypassList;
extern vector<wstring> handleList;
extern mutex tcpLock;
extern mutex udpLock;