Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ When developing web services, it's often necessary to access endpoints by servic

**Name Resolver** makes this process simple by running a lightweight DNS server that automatically resolves Docker container names and aliases to their respective IP addresses. If a name doesn't match any running container, it falls back to standard DNS servers (like 1.1.1.1 or 8.8.8.8). This is especially useful for testing containerized applications that require public URLs or service discovery by name.

<p align="center">
<img src="./flow.svg" alt="Local DNS Container Name Resolution Flow"/>
</p>

## Usage

Build and run locally:
Expand Down
Loading