> On Jun 7, 2018, at 1:49 PM, Chao Xu <ok...@apache.org> wrote:
>
> Hi dev
>
> The dest_ip is filled after DNS lookup.
> But the cache rules performed before the DNS lookup.
>
> It makes the dest_ip has no effect.
>
> Is it a bug ? or by design ?
Is this related to this config:
CONFIG proxy.config.http.doc_in_cache_skip_dns INT 1
We added that because on a cache hit, we didn’t want to “hang” on a DNS lookup.
If so, maybe we have to either document this, or, change it such that if
dest_ip is used, we do the DNS lookup anyways ?
— Leif