There are two ways to define CPL to achieve this.
client.address
and url.domain
)<proxy>
client.address=10.1.1.2 url.domain=www.test.com deny
client.address
es and multiple url.domains
in the condition.<proxy>
condition=client_IP condition=url_domain deny
define condition client_IP
client.address=10.1.1.0/24
client.address=192.168.1.15
end
define condition url_domain
url.domain=www.test.com
url.domain=www.asia.com
end
.