Dear Valentin,
- Is is necessary to define a separate condition for IPs, instead of creating a single condition for URLs and IPs? If it is, should I use "define subnet" instead of "define condition"? I saw that when I use "define subnet" I don' t need to use client.address in front of the IPs
Ans: Yes you can define one conditon for Ip's and domain as well as subnet.
If you want to allow or block external IP then you need to use url.address, if it is your client IP then use client.address
define condtion ip_domain
url.domain=abc.com
url.address=x.x.x.x
url.address=x.x.x.x/24
end
<proxy>
condtion=ip_domain deny
- Do I need to prefix URLs with "http://"?
Ans: Not required.
BR
Aboonaim
----------
If you are satisfied with an answer, please click "Accept Solution"