Skip to content

Instantly share code, notes, and snippets.

@zehicle
Last active August 29, 2015 14:02
Show Gist options
  • Save zehicle/1b46280b7dfbffe2d763 to your computer and use it in GitHub Desktop.
Save zehicle/1b46280b7dfbffe2d763 to your computer and use it in GitHub Desktop.
squid working from home 8080
acl localnet src 192.168.0.0/16
acl localnet src 172.16.0.0/12
acl to_localnet dst 192.168.0.0/16
http_access allow localnet
always_direct allow to_localnet
http_access deny all
http_port 8123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment