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

Possible to get DNS Zone host? #6

Open
hrishikesh-k opened this issue Dec 25, 2022 · 0 comments
Open

Possible to get DNS Zone host? #6

hrishikesh-k opened this issue Dec 25, 2022 · 0 comments

Comments

@hrishikesh-k
Copy link

Hello!

I have a use-case similar to detecting this: https://answers.netlify.com/t/21742. In short, for this example:

$ dig of-mu.org NS +trace | tail -n 6
of-mu.org.		1800	IN	NS	dns1.p07.nsone.net.
of-mu.org.		1800	IN	NS	dns2.p07.nsone.net.
of-mu.org.		1800	IN	NS	dns3.p07.nsone.net.
of-mu.org.		1800	IN	NS	dns4.p07.nsone.net.
;; Received 127 bytes from 217.70.187.81#53(ns-80-c.gandi.net) in 171 ms

I wish to get the last line (ns-80-c.gandi.net), to check where the answer came from. Is this something possible with this library?

I can see, most other queries are working perfectly! Thank you for your work on this!

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

1 participant