Hello Dears,
could any one help with how to create regex for allowing al domains associated with one domain like fortinet.com as same as in the firewal like *.fortinet.com
and how to add it in the gui itself or cli is that CPL fine
define condition AllowDomains
url.domain=abc.com
url.domain=fortinet.com
url.domain=xyz.com
url.domain=ghi.net
url.domain=company.org
end
<proxy>
client.address=10.10.10.5 condition=AllowDomains allow
<proxy>
client.address=10.10.10.5 deny