On Fri, Apr 1, 2011 at 8:57 AM, Gareth Hopkins <[email protected]> wrote: > forward-zone: > name: "168.192.in-addr.arpa." > forward-addr: <windows box> > > local-zone: 168.192.in-addr.arpa. nodefault
If you're just using a /24 then changing this to something like: ================================ forward-zone: name: "1.168.192.in-addr.arpa." forward-addr: <windows box> ================================ and then: ================================ local-zone: 1.168.192.in-addr.arpa. transparent ================================ will prevent Unbound from forwarding PTR queries outside of your subnet (in this example anything not in 192.168.1) to your Windows box. Chris _______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
