1
0
geforkt von coolaj86/digd.js

note tests that are needed

Dieser Commit ist enthalten in:
AJ ONeal 2017-10-09 15:59:36 -06:00
Ursprung 691f5a4a15
Commit 30c1fd13af

15
TESTS.md Normale Datei
Datei anzeigen

@ -0,0 +1,15 @@
Tests todo:
A - SERVFAIL - should return empty response, ra 0
A - NXDOMAIN - should return SOA
A - NOERROR - should return A record
- or delegated NS record
Record delegated to self should return SOA record rather than NS delegation
Casing should match on question section, always.
Casing should match on other sections if a direct match? (not required, but efficient for compression pointers)
- www.EXample.COm + example.com = EXample.COm
- EXample.COm + www.example.com = www.EXample.COm
- (this should be taken care of by compression pointer logic, once implemented)