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

Return domain name by ip address #59

Open
vladsakalkin opened this issue Aug 26, 2021 · 1 comment
Open

Return domain name by ip address #59

vladsakalkin opened this issue Aug 26, 2021 · 1 comment

Comments

@vladsakalkin
Copy link

Hello,
How to return domain name by ip address? Not PTR record
For example nslookup 8.8.8.8 will return dns.google

@doujiang24
Copy link
Member

I think PTR record is what you need.
https://github.com/openresty/lua-resty-dns#reverse_query

I have captured the network during nslookup 8.8.8.8, there is a PTR query.

I'm not sure why do you said Not PTR record, due to other reasons?

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

2 participants