Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/squid_passwd
  2.  
  3. acl blocked dstdomain google.com.vn
  4.  
  5. acl ncsa_users proxy_auth REQUIRED
  6. acl restrictedusers proxy_auth /etc/squid3/restrictedusers
  7.  
  8. http_access deny restrictedusers blocked
  9. http_access allow ncsa_users
  10. http_access deny all
  11.  
  12. a2:$apr1$ovwnKYTS$87Z3TtWZOkAphB5BnfO8i0
  13. a1:$apr1$ovwnKYTS$87Z3TtWZOkAphB5BnfO8i0
  14.  
  15. a2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement