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:
Diffstat (limited to 'src/proxychains.conf')
-rw-r--r--src/proxychains.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/proxychains.conf b/src/proxychains.conf
index 7f8ea00..f45dd0f 100644
--- a/src/proxychains.conf
+++ b/src/proxychains.conf
@@ -73,6 +73,24 @@ localnet 127.0.0.0/255.0.0.0
## Exclude connections to ANYwhere with port 80
# localnet 0.0.0.0:80/0.0.0.0
+
+### Examples for dnat
+## Trying to proxy connections to destinations which are dnatted,
+## will result in proxying connections to the new given destinations.
+## Whenever I connect to 1.1.1.1 on port 1234 actually connect to 1.1.1.2 on port 443
+# dnat 1.1.1.1:1234 1.1.1.2:443
+
+## Whenever I connect to 1.1.1.1 on port 443 actually connect to 1.1.1.2 on port 443
+## (no need to write :443 again)
+# dnat 1.1.1.2:443 1.1.1.2
+
+## No matter what port I connect to on 1.1.1.1 port actually connect to 1.1.1.2 on port 443
+# dnat 1.1.1.1 1.1.1.2:443
+
+## Always, instead of connecting to 1.1.1.1, connect to 1.1.1.2
+# dnat 1.1.1.1 1.1.1.2
+
+
# ProxyList format
# type host port [user pass]
# (values separated by 'tab' or 'blank')