diff --git a/pythonwhois/parse.py b/pythonwhois/parse.py index caf1951..824ed7a 100644 --- a/pythonwhois/parse.py +++ b/pythonwhois/parse.py @@ -99,7 +99,8 @@ grammar = { 'nserver:\s*(?P[^[\s]+)', 'Name Server[.]+ (?P[^[\s]+)', 'Hostname:\s*(?P[^\s]+)', - 'DNS[0-9]*:\s*(?P.+)', + 'DNS[0-9]+:\s*(?P.+)', + ' DNS:\s*(?P.+)', 'ns[0-9]+:\s*(?P.+)', 'NS [0-9]+\s*:\s*(?P.+)', '\[Name Server\]\s*(?P.+)',