tinyproxy/docs
rofl0r f6d4da5d81 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.
2019-12-21 00:43:45 +00:00
..
man5 do hostname resolution only when it is absolutely necessary for ACL check 2019-12-21 00:43:45 +00:00
man8 tinyproxy.8: remove l flag from short options 2018-09-05 00:57:23 +02:00
.gitignore Rename doc directory to docs 2009-09-14 16:56:12 +05:30
filter-howto.txt Rename doc directory to docs 2009-09-14 16:56:12 +05:30
http-error-codes.txt Rename doc directory to docs 2009-09-14 16:56:12 +05:30
http-rfcs.txt Rename doc directory to docs 2009-09-14 16:56:12 +05:30
Makefile.am docs: Add placeholder for tinyproxy.conf manpage 2009-09-19 09:57:24 +05:30