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:
authorAdam Hamsik <haaaad@gmail.com>2020-12-11 17:41:37 +0300
committerGitHub <noreply@github.com>2020-12-11 17:41:37 +0300
commitea89ca551a540136b272315edccbb73e9d737ff3 (patch)
treec86cfce716ecc8a5ff00d9f71bdafa8f550125ac
parent4c31f32dc91bb03e967de39740e125217fda9e03 (diff)
parentd27fcbff9b1e7fe3a50189f6a77ccb28d2ae2300 (diff)
Merge pull request #109 from aviau/patch-1
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]