Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1.Installing the proxy
- $ sudo aptitude install squid
- 2.Configuring the proxy
- $ sudo gedit /etc/squid/squid.conf
- acl aquaballoon_network src 192.168.1.0/255.255.255.0
- http_access allow aquaballoon_network
- cache_dir ufs /var/spool/squid 1000 16 256
- visible_hostname aquaballoon.home
- # http_access deny all
- # http_access deny! Safe_ports
- $ sudo /etc/init.d/squid restart
Advertisement
Add Comment
Please, Sign In to add comment