Re: squid tproxy support
Phil Whineray <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.firehol.user |
|---|---|
| Message-ID | <[email protected]> |
Hi On Sun, Mar 29, 2015 at 01:32:05AM +0100, David Touzeau wrote: > tproxy 80 port 3128 ... > How to set the rule in order to prevent catching proxy requests itself ? You have to identify the proxy traffic in some way and exclude it with optional rule parameters. Since your proxy is on the local host, then the most likely choice is to exclude either the source IP address or more likely still, specific users (only locally generated traffic can be matched by user). Something like this should work, assuming your proxy runs as user squid, and also allow root unproxied traffic: tproxy 80 port 3128 uid not "root squid" Cheers Phil _______________________________________________ Firehol-support mailing list [email protected] http://lists.firehol.org/mailman/listinfo/firehol-support