Advertisement
Guest User

Untitled

a guest
Jun 29th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. acl localnet src 10.0.0.0/8
  2. acl localnet src 172.16.0.0/12
  3. acl localnet src 192.168.0.0/16
  4. acl localnet src fc00::/7
  5. acl localnet src fe80::/10
  6. acl SSL_ports port 443
  7. acl Safe_ports port 80
  8. acl Safe_ports port 21
  9. acl Safe_ports port 443
  10. acl Safe_ports port 70
  11. acl Safe_ports port 210
  12. acl Safe_ports port 1025-65535
  13. acl Safe_ports port 280
  14. acl Safe_ports port 488
  15. acl Safe_ports port 591
  16. acl Safe_ports port 777
  17. acl CONNECT method CONNECT
  18. http_access deny !Safe_ports
  19. http_access deny CONNECT !SSL_ports
  20. http_access allow localhost manager
  21. http_access deny manager
  22. http_access allow localnet
  23. http_access allow localhost
  24. http_access deny all
  25. http_port 3128
  26. cache_dir ufs /var/cache/squid 100 16 256
  27. coredump_dir /var/cache/squid
  28. refresh_pattern ^ftp: 1440 20% 10080
  29. refresh_pattern ^gopher: 1440 0% 1440
  30. refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
  31. refresh_pattern . 0 20% 4320
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement