From d27fcbff9b1e7fe3a50189f6a77ccb28d2ae2300 Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Thu, 10 Dec 2020 11:41:20 -0500 Subject: [PATCH] proxychains.conf: mention `raw` type --- src/proxychains.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/proxychains.conf b/src/proxychains.conf index 07f4a7e..e625409 100644 --- a/src/proxychains.conf +++ b/src/proxychains.conf @@ -104,7 +104,8 @@ localnet 127.0.0.0/255.0.0.0 # http 192.168.39.93 8080 # # -# proxy types: http, socks4, socks5 +# proxy types: http, socks4, socks5, raw +# * raw: The traffic is simply forwarded to the proxy without modification. # ( auth types supported: "basic"-http "user/pass"-socks ) # [ProxyList]