tinyproxy/docs/man5
rofl0r b073f119d8 do hostname resolution only when it is absolutely necessary for ACL check
tinyproxy used to do a full hostname resolution whenever a new client
connection happened, which could cause very long delays (as reported in #198).

there's only a single place/scenario that actually requires a hostname, and
that is when an Allow/Deny rule exists for a hostname or domain, rather than
a raw IP address. since it is very likely this feature is not very widely used,
it makes absolute sense to only do the costly resolution when it is unavoidable.
2018-12-31 22:31:40 +00:00
..
.gitignore docs: Add placeholder for tinyproxy.conf manpage 2009-09-19 09:57:24 +05:30
Makefile.am Merge pull request #59 from gmp216/pull 2017-01-04 16:21:27 +01:00
tinyproxy.conf.txt.in do hostname resolution only when it is absolutely necessary for ACL check 2018-12-31 22:31:40 +00:00