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

dqy: A DNS query tool #127

Open
dandyvica opened this issue Jan 28, 2024 · 4 comments
Open

dqy: A DNS query tool #127

dandyvica opened this issue Jan 28, 2024 · 4 comments

Comments

@dandyvica
Copy link

dandyvica commented Jan 28, 2024

Hi all,

Just for you to know, as dog seems no more developed, I developed my own version of a DNS query tool inspired by dig, drill and dog.

v0.1.0 only now, with the following features:

  • depends only on rustls (no openssl)
  • support upd, tcp, DoT and DoH protocols (DoQ to come)
  • will be available on: Linux (x64, ARM64, musl), Window, MacOs
  • IDNA support
  • possible outputs:
    • plain vanilla ASCII
    • JSON (useful with jq)
    • ability to call a Lua script to fine tune the output

Feel free to test it and please report issues. But be patient: it's developed on my free time (and not 100% of my free time ;-)).

https://github.com/dandyvica/dqy

Cheers.

@l33tlamer
Copy link

Nice, unfortunately no Windows binaries which i sometimes need on a client device (yes i hate it too).

And i wonder how people feel about posting a issue to "advertise" a different project... but yes, this dog unfortunately seems to be very dead. A great loss.

@theAkito
Copy link

theAkito commented Jul 5, 2024

Nice, unfortunately no Windows binaries which i sometimes need on a client device (yes i hate it too).

What about Docker or WSL?

@l33tlamer
Copy link

Nice, unfortunately no Windows binaries which i sometimes need on a client device (yes i hate it too).

What about Docker or WSL?

Not really a practical solution for only running a few DNS queries to diagnose something.

Meanwhile i am using the last official Windows binary of dig by ISC, it still works but its from 2021, not ideal either.

@dandyvica
Copy link
Author

Nice, unfortunately no Windows binaries which i sometimes need on a client device (yes i hate it too).

And i wonder how people feel about posting a issue to "advertise" a different project... but yes, this dog unfortunately seems to be very dead. A great loss.

Hi, dqy.exe is provided as a Windows executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants