vi /etc/squid/squid.conf
http_port 1111
service squid restart
squid additional port
Leave a reply
vi /etc/squid/squid.conf
http_port 1111
service squid restart
vi /etc/squid/squid.conf
tcp_outgoing_address 127.0.0.1
squid -k reconfigure
Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.
yum install squid
vi /etc/squid/squid.conf
You should add your IP to ACL.