Hi,
I have a question on below syntax.
if
(dnsDomainIs(host,
".intranet.com"
) ||
shExpMatch(host,
"(*.intranet.com|intranet.com)"
))
return
"DIRECT"
;
Is there a difference between the dnsdomainis and shexpmatch or they serve the same purpose?
Thank you.