Forum Discussion
Ryan_Paras_7933
Jul 26, 2011Nimbostratus
After getting some inspiration from this thread ... http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/50/aft/1177010/showtab/groupforums/Default.aspx
Why not make a region with your IPs you want to allow resolution from, call it GOODIPS, and then try this:
when DNS_REQUEST {
if { [matchregion ldns GOODIPS]}{
pool Good_Pool
}
else{
pool Bad_Pool
}
}