Profile
Pastes: 44966
Members: 629

Oh, look!

Edit code: here. | Add this to your website. | Report abuse.

Short URL: N/A

Pasted as Plain Text by testert on Tuesday, August 3rd, 2010 4:51am ( 2 years ago )

  1. dns_nameservers 192.168.0.2
  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
  6. acl localnet src 192.168.0.0/24
  7. acl SSL_ports port 443
  8. acl Safe_ports port 80          # http
  9. acl Safe_ports port 21          # ftp
  10. acl Safe_ports port 443         # https
  11. acl Safe_ports port 70          # gopher
  12. acl Safe_ports port 210         # wais
  13. acl Safe_ports port 1025-65535  # unregistered ports
  14. acl Safe_ports port 280         # http-mgmt
  15. acl Safe_ports port 488         # gss-http
  16. acl Safe_ports port 591         # filemaker
  17. acl Safe_ports port 777         # multiling http
  18. acl CONNECT method CONNECT
  19. http_access allow manager localhost
  20. http_access deny manager
  21. http_access deny !Safe_ports
  22. http_access deny CONNECT !SSL_ports
  23. http_access allow localnet
  24. http_access allow localhost
  25. http_access deny all
  26. http_port 192.168.0.1:3128
  27.  
  28. cache_peer 127.0.0.4 parent 3127 3129 round-robin default no-query no-netdb-exchange weight=1
  29. cache_peer 127.0.0.3 parent 3129 3131 round-robin default no-query no-netdb-exchange weight=10
  30.  

Parent: 19814
Your Name:
Code Language:
Security Image:
Text seen in Image: