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>2017-09-03 13:40:06 +0300
committerGitHub <noreply@github.com>2017-09-03 13:40:06 +0300
commitc38374ab5b21464b6a5ee6137393b236faeceff0 (patch)
tree3f42321a56a2cef8b84ddd7448903e6d44951193
parent0f61bd071389398a4c8378847a45973577593e6f (diff)
parent67aa8eae24451ba0ed57ad0eaf8b566f297beac8 (diff)
Merge pull request #59 from leggiero/patch-1
Minor typo
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 6f1038a..07507cf 100644
--- a/README.adoc
+++ b/README.adoc
@@ -13,7 +13,7 @@ the same dynamic linker (i.e. same libc)
== Known limitations of the current version
when a process forks, does a DNS lookup in the child, and then uses
-the ip in the parent, the corresponding ip mapping will not be found.
+the ip in the parent, the corresponding ip mapping will not be found,
this is because the fork can't write back into the parents mapping table.
IRSSI shows this behaviour, so you have to pass the resolved ip address
to it. (you can use the proxyresolv script (requires "dig") to do so)