A Docker-based smart DNS server for office LANs. Monitor, block, reroute, and cache DNS queries with ease. Features include custom domains, TTL control, analytics, and optional cloud sync. Built by Nexoral Systems for secure, plug-and-play network management.
Configure and manage custom domains for your local network
Track DNS queries and response times in real-time
Built-in ad-blocking and malware protection
Modern dashboard for DNS server management
# Pull the Docker image
docker pull nexoral/nexoraldns:latest
# Run the DNS server
docker run -d \
--name nexoraldns \
-p 53:53/udp \
-p 53:53/tcp \
-p 3000:3000 \
nexoral/nexoraldns:latest// See README for usage examples