Guest User

Untitled

a guest
Nov 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # allow all requests
  2. acl all src 0.0.0.0/0
  3. http_access allow all
  4.  
  5. # Make sure your custom config is before the "deny all" line
  6. http_access deny all
  7.  
  8. debug_options ALL,1 33,2 28,9
  9.  
  10. cache deny all
  11.  
  12. access_log stdio:/tmp/log/squid/access.log squid
  13. #logfile_rotate 0
  14.  
  15. logfile_daemon /tmp/log/squid/daemon.log
  16. http_port 3128
  17. coredump_dir /tmp/squid
  18. visible_hostname AppFeel
  19. pinger_enable off
Add Comment
Please, Sign In to add comment