Advertisement
imKobz

Untitled

Apr 14th, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. acl SSH dst 172.104.53.253
  2. acl SSL_ports port 443
  3. acl Safe_ports port 80
  4. acl Safe_ports port 21
  5. acl Safe_ports port 443
  6. acl Safe_ports port 70
  7. acl Safe_ports port 210
  8. acl Safe_ports port 1025-65535
  9. acl Safe_ports port 280
  10. acl Safe_ports port 488
  11. acl Safe_ports port 591
  12. acl Safe_ports port 777
  13. acl CONNECT method CONNECT
  14. http_access allow SSH
  15. http_access deny all
  16. http_port 8080
  17. http_port 8181
  18. http_port 9090
  19. coredump_dir /var/spool/squid3
  20. refresh_pattern ^ftp: 1440 20% 10080
  21. refresh_pattern ^gopher: 1440 0% 1440
  22. refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
  23. refresh_pattern . 0 20% 4320
  24. visible_hostname KobZ-Prox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement