From a0190ad149dd91887efb8538d8dfcf148c18a1a4 Mon Sep 17 00:00:00 2001 From: Eduardo Leggiero Date: Tue, 25 Jul 2017 13:46:22 +0100 Subject: [PATCH] Small typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6f1038a..63633be 100644 --- a/README.adoc +++ b/README.adoc @@ -14,7 +14,7 @@ the same dynamic linker (i.e. same libc) 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. -this is because the fork can't write back into the parents mapping table. +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)