add reverse infos

pull/197/head
Sebdraven 2018-06-20 16:26:09 +02:00
parent 0d120af647
commit 4a8a79c560
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ def expand_reverse(api, ip, misperror):
status_ok = True
for elem in results['results']:
domains_reverse.append(elem['forward'])
domains_reverse.append(elem['reverse'])
domains.append(elem['domain'])
r.append({'types': ['domain'],