firefart/network_info

Can we get real whois result

ozkanpakdil opened this issue · 2 comments

Hi Christian

Yesterday I ran network_info and worked as expected with docker thanks for that, and I was checking DB result
image

is there a way for me to generate whois result from this DB ? or can I do it with the code ? like below

image

Hi,
it's done the other way around, the whois data is parsed into the database (without comments and other stuff). So if you want to generate whois output from the database you would need to code the output to fit your needs

Thanks