Skip to content

Instantly share code, notes, and snippets.

@opexxx
Forked from Alexnder/squid_conf.md
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save opexxx/f5165156e42e1ab4adef to your computer and use it in GitHub Desktop.

Select an option

Save opexxx/f5165156e42e1ab4adef to your computer and use it in GitHub Desktop.

install

apt-get install squid3

configure

nano /etc/squid3/squid.conf

config file

http_access allow all
http_port 3128

cache_dir ufs /var/spool/squid3 1024 16 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment