Advertisement
Guest User

squidsshv2

a guest
Oct 20th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. http_port 8080
  2. http_port 80
  3. visible_hostname qualquernome
  4. acl all src 0.0.0.0/0.0.0.0
  5. acl clarobr dstdomain .claro.com.br
  6. acl localhost src 127.0.0.1/32 ::1
  7. acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
  8. acl https port 443
  9. acl ssh dst 192.168.0.1 #coloque aqui o ip do servidor
  10. http_access allow ssh
  11. http_access allow clarobr
  12. http_access allow localhost
  13. http_access deny all
  14. client_persistent_connections on
  15. persistent_request_timeout 15 minutes
  16. server_persistent_connections on
  17. pconn_timeout 15 minutes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement