Merge pull request #59 from leggiero/patch-1

Minor typo
This commit is contained in:
Adam Hamsik 2017-09-03 12:40:06 +02:00 committed by GitHub
commit c38374ab5b

View File

@ -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)