Allow NS queries with glue.

This commit is contained in:
Stuart Gathman
2008-10-12 01:54:16 +00:00
parent bc88a64d9b
commit dad2f4f087
2 changed files with 11 additions and 4 deletions
+2
View File
@@ -36,6 +36,8 @@ class Session(object):
('A','A'): None,
('AAAA','AAAA'): None,
('PTR','PTR'): None,
('NS','NS'): None,
('NS','A'): None,
('TXT','TXT'): None,
('SPF','SPF'): None
}