[GH-ISSUE #378] Reverse DNS #132

Open
opened 2026-02-26 04:34:08 +03:00 by kerem · 0 comments
Owner

Originally created by @mageddo on GitHub (Mar 19, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/378

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

Originally created by @mageddo on GitHub (Mar 19, 2023). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/378 ## Summary To implement `RFC-1035 6.4. Inverse queries` [[1][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 * [ref 1][1] * [ref 2][2] [1]: https://www.ietf.org/rfc/rfc1035.txt [2]: https://www.cloudflare.com/learning/dns/glossary/reverse-dns/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#132
No description provided.