Search Suggest

Allow Full internet access to squid user


In this post i am going to create a rule to allow full internet access for squid user.

#vim /etc/squid/squid.conf
#create acl rule
acl trusted_user src 192.168.0.12

#apply rule
http_access  allow trusted_user
#service squid reload

Note: Keep the rule in same order which i have mentioned in snap.

Đăng nhận xét