Skip to content

Instantly share code, notes, and snippets.

@drewr
Created November 29, 2012 18:19
Show Gist options
  • Save drewr/4170915 to your computer and use it in GitHub Desktop.
Save drewr/4170915 to your computer and use it in GitHub Desktop.
http_port 3128
visible_hostname betasquid
acl localnet src 127.0.0.1/32
http_access allow localnet
acl vboxnet src 192.168.56.0/24
http_access allow vboxnet
debug_options ALL,0
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
always_direct allow all
cache_dir ufs /var/cache/squid 512 16 256
maximum_object_size 76800 KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment