On Thu Oct 01 00:12:26 2015, Mark@Overmeer.net wrote: > * Konstantin Kokin (konstantin.kokin@gmail.com) [151001 03:24]: > > I'm working with networking on BSD and Linux more than 15 year and I > > really > > do understand the meaning of DNS > > LeoNerd is experienced as well. > I have seen cases where you really do not expect DNS to come into > play, but it still did. To get a reverse name-lookup, for instance. Only > if you log your DNS server, you may find out. Indeed, every call to $c->get_request() calls $d->url, which calls gethostbyaddr() in the case of your usage of LocalAddr: https://github.com/gisle/http-daemon/blob/master/lib/HTTP/Daemon.pm#L51 strace is also a good tool for finding DNS queries where you don't expect it. Thomas --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=126224Thread Previous | Thread Next