nitefood / asn

ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation / IP geolocation / IP fingerprinting / Network recon / lookup API server / Web traceroute server
MIT License
1.31k stars 159 forks source link

No date/time logged in output #28

Closed paulmenzel closed 2 years ago

paulmenzel commented 2 years ago

Currently, it looks like there is no date/time, from when the command was executed, in the output. I know, everyone could append date; asn …, but often it’s forgotten, and the date/time might be useful to correctly interpret the data (later).

nitefood commented 2 years ago

Date and time is currently displayed only in json/server mode (and when sharing results on termbin), but I agree it would be useful for terminal traces as well. I've added it to the output, will push it in the next commit. Thanks for your feedback!