Securing DNS Operation (1/2) Access Control Restricting recursive queries No need for this when acting as authoritative-only server recursion no; Limiting the source of queries is also effective acl "internal" { 10.0.1.0/24; }; allow-recursion { internal; };