MaddieM4 / pymads

A fork of the pymds authoritative DNS server, designed for asynchronous lookup without domain restrictions.
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Source flags #24

Closed MaddieM4 closed 11 years ago

MaddieM4 commented 11 years ago

Add categorization flags to either source classes, records, or both. This will allow us to do things like respect the RD (Recursion Desired) flag in queries, set the RA (Recursion Available) flag in responses, and do various other interesting and conditional things (AA, anybody?).

MaddieM4 commented 11 years ago

Now that we're just passing the Request object in (or rather, we do that in a branch that will for sure be accepted once it's cleaned up), this doesn't make sense as an approach. We will want to make DnsSource respect the RD flag, but that's a separate issue.