[squid-users] Block WebRTC Leak using Squid

Amos Jeffries squid3 at treenet.co.nz
Thu Aug 24 22:41:43 UTC 2017


On 25/08/17 03:21, Sekar Duraisamy wrote:
> I am using http_port 3128 ( direct proxy )
> 

Then:

  # to hide the proxy
  via off
  forwarded_for transparent

  # to hide the client
  via on
  forwarded_for delete
  request_header_access User-Agent deny all


As you may be able to tell from those you cannot hide both at once.

Amos


More information about the squid-users mailing list