Guest User

Untitled

a guest
Jul 11th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. visible_hostname fedora
  2. acl manager proto cache_object
  3. acl localhost src 127.0.0.1/32
  4. acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
  5. acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
  6. acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
  7. acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
  8. acl SSL_ports port 443
  9. acl Safe_ports port 80 # http
  10. acl Safe_ports port 21 # ftp
  11. acl Safe_ports port 443 # https
  12. acl Safe_ports port 70 # gopher
  13. acl Safe_ports port 210 # wais
  14. acl Safe_ports port 1025-65535 # unregistered ports
  15. acl Safe_ports port 280 # http-mgmt
  16. acl Safe_ports port 488 # gss-http
  17. acl Safe_ports port 591 # filemaker
  18. acl Safe_ports port 777 # multiling http
  19. acl CONNECT method CONNECT
  20. http_access allow manager localhost
  21. http_access deny manager
  22. http_access deny !Safe_ports
  23. http_access deny CONNECT !SSL_ports
  24. http_access allow localnet
  25. http_access allow localhost
  26. http_access deny all
  27. http_port 8080
  28. hierarchy_stoplist cgi-bin ?
  29. coredump_dir /var/spool/squid
  30. refresh_pattern ^ftp: 1440 20% 10080
  31. refresh_pattern ^gopher: 1440 0% 1440
  32. refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
  33. refresh_pattern . 0 20% 4320
Add Comment
Please, Sign In to add comment