Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Adding timestamp info to default JSON output #71

Closed
ehsandeep opened this issue May 23, 2021 · 0 comments · Fixed by #77 or #82
Closed

[feature] Adding timestamp info to default JSON output #71

ehsandeep opened this issue May 23, 2021 · 0 comments · Fixed by #77 or #82
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Milestone

Comments

@ehsandeep
Copy link
Member

ehsandeep commented May 23, 2021

echo hackerone.com | dnsx -json | jq .
{
  "host": "hackerone.com",
  "resolver": [
    "1.0.0.1:53"
  ],
  "a": [
    "104.16.100.52",
    "104.16.99.52"
  ],
  "status_code": "NOERROR",
  "timestamp": "2021-05-23T08:42:20.5731+05:30"
}
@ehsandeep ehsandeep added this to the v1.0.4 milestone May 23, 2021
@ehsandeep ehsandeep added the Type: Enhancement Most issues will probably ask for additions or changes. label May 23, 2021
@ehsandeep ehsandeep modified the milestones: v1.0.4, v1.0.5 Jun 2, 2021
@Mzack9999 Mzack9999 self-assigned this Jun 28, 2021
@Mzack9999 Mzack9999 linked a pull request Jun 28, 2021 that will close this issue
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Jun 29, 2021
@ehsandeep ehsandeep linked a pull request Jun 29, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants