v1.0.0 Released

DNS Infrastructure,
simplified.

Stop wrestling with the AWS Console. Give your team secure, blazing fast access to DNS records while keeping your infrastructure safe with strict permissions and audit logs.

Built for Engineering Velocity

Security • Performance • Control

Role-Based Access

Stop sharing root credentials. Create separate accounts for `Eng` and `Ops` with distinct admin and editor roles.

High Performance

Local caching layer reduces AWS API latency and costs. Changes propagate instantly through our optimized Postgres backend.

Audit Trails

Who deleted that CNAME? Every action is logged with user attribution, ensuring accountability and compliance.

Deploy in Seconds

NS116 ships as a single, static binary with zero external runtime dependencies besides PostgreSQL. Run it on bare metal, Docker, or Kubernetes.

Docker Native

Lightweight image: ~20MB.

PostgreSQL Powered

Robust, ACID-compliant state management.

# Run with Docker
$ docker run -p 8080:8080 \
  -v ./config.yaml:/app/config.yaml \
  ghcr.io/rda-run/ns116:v1.0.0
# or compile from source
$ make build
Listening on :8080...