Added info about Squid Proxy (#21971)

This commit is contained in:
wh1t3fang
2018-11-17 20:23:53 -05:00
committed by Christopher McCormack
parent 9a496d687e
commit 8c167bb589

View File

@ -19,6 +19,10 @@ The common features of such proxies are:
<li>To hide a user's IP address providing anonymity while surfing the web.</li>
<li> Enabling users to access sites with blocked IP addresses.</li>
</ul>
<p> Squid Proxy </p>
<img src='http://www.squid-cache.org/Images/img4.jpg'>
<p>Squid is a free and open source proxy server software that can be used to cache commonly used data to save bandwidth and improve access times. This proxy is also good for content providers to run as a CDN. This allows providers to serve large amounts of data while using less CPU time and memory on the main server.
</p>
#### More Information:
@ -27,3 +31,5 @@ The common features of such proxies are:
<a href="http://whatis.techtarget.com/definition/proxy-server" target="_blank" rel="noopener">Proxy Server by WhatIs on TechTarget</a>
<a href="http://www.squid-cache.org/" target="_blank" rel="noopener"> Squid Proxy </a>