Advertisement
akurczyk

squid1

Sep 1st, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. acl all src 0.0.0.0/0.0.0.0
  2. acl manager proto cache_object
  3. acl localhost src 127.0.0.1/255.255.255.255
  4. acl to_localhost dst 127.0.0.0/8
  5. http_access allow manager localhost
  6. http_access deny manager
  7. http_access allow localhost
  8. http_access deny all
  9. icp_access allow all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement