Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Viau <alexandre@alexandreviau.net>2020-12-10 19:41:20 +0300
committeraviau <alexandre@alexandreviau.net>2020-12-10 19:42:49 +0300
commitd27fcbff9b1e7fe3a50189f6a77ccb28d2ae2300 (patch)
treec86cfce716ecc8a5ff00d9f71bdafa8f550125ac
parent4c31f32dc91bb03e967de39740e125217fda9e03 (diff)
proxychains.conf: mention `raw` type
-rw-r--r--src/proxychains.conf3
1 files changed, 2 insertions, 1 deletions
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]