]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Allow proxy-surrogate to be used with any traffic mode
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Jul 2014 08:27:38 +0000 (01:27 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Jul 2014 08:27:38 +0000 (01:27 -0700)
commit151ba0d491fa70882e659f416cac078f974f3157
tree131c466ef7dbb5f46bb5dfb792ac4abd689bc3fb
parent3d74cb1f4590d7e4ed16dabb1da05e8e50c9f945
Allow proxy-surrogate to be used with any traffic mode

The accel/intercept/tproxy mode flag when used with proxy-surrogate
indicates what type of traffic the remote client used to receive this
traffic.

* disable use on https_port

* disable TPROXY spoofing when the PROXY header provides client IP
src/anyp/TrafficMode.h
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc