Squid - Hide System’s IP Address
this:
X-Forwarded-For: 191.1.2.5If you disable this, it will appear as
X-Forwarded-For: unknownOpen squid.conf file:
# vi squid.confSet forwarded_for to off:
forwarded_for offSave and close the file. Restart squid server:
# /etc/init.d/squid restart
No comments:
Post a Comment