Advertisement
sorahx0

Untitled

May 29th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. acl url1 dstdomain -i 127.0.0.1
  2. acl url2 dstdomain -i localhost
  3.  
  4.  
  5. acl payload dstdomain -i "/etc/squid/payload.txt"
  6.  
  7. http_access allow url1
  8. http_access allow url2
  9. http_access allow url3
  10. http_access allow payload
  11.  
  12. cache_mem 128 MB
  13. maximum_object_size_in_memory 128 KB
  14. maximum_object_size 1024 MB
  15. minimum_object_size 0 KB
  16. cache_swap_low 90
  17. cache_swap_high 95
  18.  
  19.  
  20. http_access deny all
  21.  
  22. http_port 80
  23. http_port 3128
  24. http_port 8080
  25.  
  26. visible_hostname vpsmanager
  27.  
  28. forwarded_for off
  29. via off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement