doblej

mysquidconf

Feb 23rd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. acl myproxy_1 myip XXX.XXX.XXX.XXX
  2. acl myproxy_2 myip XXX.XXX.XXX.XXX
  3.  
  4. tcp_outgoing_address XXX.XXX.XXX.XXX myproxy_1
  5. tcp_outgoing_address XXX.XXX.XXX.XXX myproxy_2
  6.  
  7. auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/passwords
  8. auth_param basic realm proxy
  9. acl authenticated proxy_auth REQUIRED
  10. http_access allow authenticated
  11. http_port XXXX
  12. forwarded_for delete
  13. via off
  14. dns_v4_first on
  15. cache deny all
  16. debug_options 0
  17. access_log none
  18. cache_log /dev/null
  19. logfile_rotate 0
  20.  
  21. pipeline_prefetch on
  22. shutdown_lifetime 1 second
  23. icp_port 0
  24. htcp_port 0
  25. icp_access deny all
  26. htcp_access deny all
  27. snmp_port 0
  28. snmp_access deny all
Advertisement
Add Comment
Please, Sign In to add comment