mirror of
https://github.com/rofl0r/proxychains-ng
synced 2026-06-03 05:09:50 +08:00
support 'raw' proxy type (#348)
This commit is contained in:
committed by
GitHub
Unverified
parent
583343a2ef
commit
159ab94635
@@ -354,6 +354,8 @@ inv_host:
|
||||
|
||||
if(!strcmp(type, "http")) {
|
||||
pd[count].pt = HTTP_TYPE;
|
||||
} else if(!strcmp(type, "raw")) {
|
||||
pd[count].pt = RAW_TYPE;
|
||||
} else if(!strcmp(type, "socks4")) {
|
||||
pd[count].pt = SOCKS4_TYPE;
|
||||
} else if(!strcmp(type, "socks5")) {
|
||||
|
||||
Reference in New Issue
Block a user