Public paste
Undefined
By: Guest | Date: Jun 25 2010 20:00 | Format: None | Expires: never | Size: 423 B | Hits: 1082

  1. http_port 8080 transparent
  2.  
  3.  
  4. http_port 127.0.0.1:8080
  5. http_port 192.168.0.1:8080
  6. http_port 175.175.175.1:8080
  7.  
  8. visible_hostname test.com
  9. cache_mgr        test@test.com
  10.  
  11. acl our_network1 src 192.168.0.0/24
  12. acl our_network2 src 175.175.175.0/24
  13.  
  14. http_access allow our_network1
  15. http_access allow our_network2
  16. http_access allow localhost
  17.  
  18. # And finally deny all other access to this proxy
  19. http_access deny all