Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acl myproxy_1 myip XXX.XXX.XXX.XXX
- acl myproxy_2 myip XXX.XXX.XXX.XXX
- tcp_outgoing_address XXX.XXX.XXX.XXX myproxy_1
- tcp_outgoing_address XXX.XXX.XXX.XXX myproxy_2
- auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/passwords
- auth_param basic realm proxy
- acl authenticated proxy_auth REQUIRED
- http_access allow authenticated
- http_port XXXX
- forwarded_for delete
- via off
- dns_v4_first on
- cache deny all
- debug_options 0
- access_log none
- cache_log /dev/null
- logfile_rotate 0
- pipeline_prefetch on
- shutdown_lifetime 1 second
- icp_port 0
- htcp_port 0
- icp_access deny all
- htcp_access deny all
- snmp_port 0
- snmp_access deny all
Advertisement
Add Comment
Please, Sign In to add comment