Overview of DNS Proxy Server (DPS) features
masterDNS Proxy Server (DPS) is a lightweight DNS server tool designed for developers and server administrators. It facilitates environments where a single hostname needs to resolve to different IPs based on the configured environment.
Key Capabilities:
- Docker Integration: Resolve hostnames directly to Docker containers.
- Local Configuration: Solve hostnames using a local configuration database.
- Recursive Solving: Use a list of configured remote DNS servers for recursive lookups.
- Pattern Matching: Support for wildcard and regex-based hostname solving.
- Management UI: A graphic interface to Create, List, Update, and Delete A/AAAA/CNAME records.
- Host Discovery: Resolve the host machine's IP using the
host.dockerhostname.
Compliance and Modes:
- RFC-1035 Compliant
- Supports Authoritative, Recursive, and Secondary modes
- Supports Caching, IPv6, Wildcards, and DNS over HTTPS (DoH)