Skip to content

Instantly share code, notes, and snippets.

@Alexnder
Last active August 29, 2015 14:18
Show Gist options
  • Save Alexnder/7ada45c770bbbf3ad800 to your computer and use it in GitHub Desktop.
Save Alexnder/7ada45c770bbbf3ad800 to your computer and use it in GitHub Desktop.
Squid simple config with cache without auth on debian

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