Re: [squid-dev] Forcing interception(transparent) mode, disabling NS lookups, and 'secretly' forwarding connections

2021-04-04 Thread Alex Rousskov
On 4/4/21 7:06 PM, Joshua Rogers wrote: > I ended up finding a solution. > > http->uri in the ConnStateData::parseHttpRequest function can simply be > rewritten to be http://localhost:80/ . You can > also manually set COMM_INTERCEPTION a little bit before that. You may also

Re: [squid-dev] Forcing interception(transparent) mode, disabling NS lookups, and 'secretly' forwarding connections

2021-04-04 Thread Joshua Rogers
I ended up finding a solution. http->uri in the ConnStateData::parseHttpRequest function can simply be rewritten to be http://localhost:80/. You can also manually set COMM_INTERCEPTION a little bit before that. On Sun, Apr 4, 2021 at 11:31 PM Joshua Rogers wrote: > Hi all, > > I have an extre

[squid-dev] Forcing interception(transparent) mode, disabling NS lookups, and 'secretly' forwarding connections

2021-04-04 Thread Joshua Rogers
Hi all, I have an extremely specific question about manipulating Squid to run to in a very specific way. Due to the complexity, I will gladly accept a "not possible" answer. I need to make the following changes to Squid, or somehow manipulate Squid to: 1) Always consider a client intercepted. Th