1
0
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:
Alexandre Viau
2020-12-12 03:25:36 -05:00
committed by GitHub
Unverified
parent 583343a2ef
commit 159ab94635
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -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")) {