[squid-users] deny_info and squid's own IP address?

Amos Jeffries squid3 at treenet.co.nz
Wed May 2 04:35:39 UTC 2018


On 02/05/18 16:20, Amish wrote:
> 
> Does request->masterXaction->tcpClient->local hold Squid IP incase of
> intercepted traffic too?

The listening address (if any) will be in
request->masterXaction->squidPort->listenConn->local instead. It has no
relation to the client TCP connection and may be :: or 0.0.0.0.
 In this chain case request, squidPort, and listenConn may be nil.

Amos


More information about the squid-users mailing list