whois on modal

This commit is contained in:
Yogesh Ojha
2022-04-24 22:57:31 +05:30
parent 92591890df
commit ab9766d237
3 changed files with 8 additions and 5 deletions
-1
View File
@@ -650,7 +650,6 @@ class Whois(APIView):
if Domain.objects.filter(name=ip_domain).exists():
domain = Domain.objects.get(name=ip_domain)
if domain.domain_info:
print(domain.domain_info.nameserver_history.all())
return Response({
'status': True,
'ip_domain': ip_domain,