mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
[Redirector] Add DNSHandler
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#include "Based.h"
|
||||
|
||||
BOOL filterLoopback = FALSE;
|
||||
BOOL filterIntranet = FALSE;
|
||||
BOOL filterICMP = TRUE;
|
||||
BOOL filterTCP = TRUE;
|
||||
BOOL filterUDP = TRUE;
|
||||
BOOL filterDNS = TRUE;
|
||||
bool filterLoopback = false;
|
||||
bool filterIntranet = false;
|
||||
bool filterICMP = true;
|
||||
bool filterTCP = true;
|
||||
bool filterUDP = true;
|
||||
bool filterDNS = true;
|
||||
|
||||
DWORD icmping = 0;
|
||||
|
||||
wstring dnsHost = L"1.1.1.1";
|
||||
string dnsHost = "1.1.1.1";
|
||||
USHORT dnsPort = 443;
|
||||
|
||||
wstring tgtHost = L"127.0.0.1";
|
||||
|
||||
Reference in New Issue
Block a user