projects/nexoraldns

NexoralDNS

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.

LatestActive DevelopmentNOASSERTIONJavaScript
2
Stars
1
Forks
2
Contributors

// Key Features

Custom Domain Management

Configure and manage custom domains for your local network

Real-time Monitoring

Track DNS queries and response times in real-time

Security Filtering

Built-in ad-blocking and malware protection

Web Interface

Modern dashboard for DNS server management

// Tech Stack

dnsdns-clientdns-servergenerative-aimanagementsaas

// Installation

bash
# 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

// Usage Example

JavaScript
// See README for usage examples

Ready to get started?

Check out the full documentation and examples on GitHub

View on GitHub →