aboutsummaryrefslogtreecommitdiff
path: root/middleware/rcode.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-04-09EDNS: return error on wrong version. (#95)Gravatar Miek Gieben 1-0/+14
Split up the previous changes a bit. This PR only returns the expected error when the received packet has the wrong EDNS version. EDNS0 handling in the middleware needs a nicer abstraction, like ReflectEdns() or something.