ubuntu:squid:anonymous_browsing
This is an old revision of the document!
Ubuntu - Squid - Anonymous Browsing
By default squid proxy server forwards the client IP address to the requested site, if you want the proxy to be surf users anonymously, you should send squid IP instead of clients IPs.
Enable Anonymous Browsing
Change the forwarded_for option to off in /etc/squid/squid.conf file.
<file bash /etc/squid/squid.conf> forwarded_for off </code>
Add the following options mentioned here at the end of the configuration file.
Then restart the service:
<code bash> sudo systemctl restart squid </cpde>
You can check your public IP address, you will notice that your IP is the squid proxy server IP.
ubuntu/squid/anonymous_browsing.1575938837.txt.gz · Last modified: 2020/07/15 09:30 (external edit)