Oct 14, 2023
How to hide Squid Proxy from a web server?
I found this aticle at Server Fault:
linux - Squid Proxy - Hiding the proxy
Add those 2 lines to your squid.conf file:
forwarded_for delete
via off
Then restart proxy with
systemctl restart squid