Forum Discussion
Craig_13881
Jul 26, 2011Nimbostratus
Got it! Had to change the "or" to an "and". I was never all that great with double negatives. 🙂
when DNS_REQUEST {
if { !([IP::addr [IP::client_addr]/24 equals 10.0.0.0]) and !([IP::addr [IP::client_addr]/24 equals 172.16.1.0]) } {
cname www.blahblahblah.com
}
}
Thanks for you help. This seems to be working perfectly!