We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To implement RFC-1035 6.4. Inverse queries [1]
RFC-1035 6.4. Inverse queries
Support Reverse Queries on LocalDB and Docker Solvers
Response the hostname which is configured to a given IP
Response the hostname, container name, service name and the hostnames from HOSTNAMES env where any of the container IPs matches with the given one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
To implement
RFC-1035 6.4. Inverse queries
[1]Goals
Support Reverse Queries on LocalDB and Docker Solvers
LocalDB
Response the hostname which is configured to a given IP
Docker
Response the hostname, container name, service name and the hostnames from HOSTNAMES env where any of the container IPs matches with the given one.
Changes (Optional)
References
The text was updated successfully, but these errors were encountered: