Squid Configuration
#apt-get install squid
Minimum
Configuration:
edit http_port
8080
acl localhost src
127.0.0.1/32
acl to_localhost dst
127.0.0.0/8
add acl our_network src
192.168.200.0/24
In the part “ # Recommended minimum configuration:”
add http_access
allow our_network
http_access deny all
save & exit
(Esc+Shift+:wq!)
# /etc/init.d/squid restart
Comments
Post a Comment