Hi Mirza,
Yes, you can do for client IP also as you have done for url_regex ACL.
like
acl full src "/etc/squid/full.txt"
acl chatonly src "/etc/squid/chat.txt"
You can mention the ip address in the respective text file one below the
other.
Regards
Visolve Squid Team
how to put IP group
like acl chatting url_regex -i "/etc/squid/domain.txt"
for domain list
how about client ip ?
i mean like this :
acl full src 192.168.1.1
acl full src 192.168.1.5
acl chatonly src 192.168.1.3
put on one file like full.txt and chat.txt
so the squid.conf is more simple