Last active
August 29, 2015 14:02
-
-
Save zehicle/1b46280b7dfbffe2d763 to your computer and use it in GitHub Desktop.
squid working from home 8080
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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