Closed rakoo closed 10 years ago
This commit makes some significant changes, and I'd love for @tjfontaine to comment on them if he can (it would save me a lot of trouble, trouble that I'm planning on going through if he doesn't comment).
end = buff.tell()
I haven't taken the time to understand these changes yet, but again, will do so, and hope @tjfontaine can comment ASAP.
If all looks OK and @tjfontaine fails to merge these changes in, I will create a fork off of them and use them in DNSChain.
Great work @rakoo! :+1:
BTW, lazy question as I'm on the road and internet is painfully slow: what's the best way to test the EDNS to make sure it's working correctly?
@taoeffect as explained by mail, for EDNS testing you can capture pretty much any packet from a standard DNS server, it will contain EDNS information (it is stored as an OPT packet in the additional
section)
Here are a few fixes I could find.