Forum Discussion

pedinopa_170325's avatar
pedinopa_170325
Icon for Nimbostratus rankNimbostratus
Jan 23, 2017

DNS View

I am trying to find an example of how to create a DNS view specifically the syntax. I need to redirect specific clients to an alternate address. So I create a view with the following syntax

view "name" { match-clients "xxx.xxx.xxx.xxx/32; yyy.yyy.yyy.yyy/32; }

or is it preferred to do ACL "name" { "XXX.XXX.XXX.XXX/32; YYYY.YYY.YYY.YYY/32; }

view "name" {

}

1 Reply

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Functionally there really isn't a difference. But an acl defined outside the view can be shared.