From daf8e630bf1f00cff766da56d731c94392f4e85b Mon Sep 17 00:00:00 2001 From: Pinga Date: Wed, 9 Jul 2025 10:29:19 +0300 Subject: [PATCH] Documentation update --- README.md | 4 ++-- docs/dns.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 127c37f..f30fd14 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Namingo is equipped with a comprehensive suite of features to meet the diverse n - **RDAP Server**: Next-generation registration data access protocol server to provide public access to domain data. Also offers web RDAP client. - **DAS Server**: Efficient Domain Availability Service to quickly check domain availability. - -- **DNS Interface**: Advanced zone generator supporting BIND, NSD, and KnotDNS for flexible DNS software options. Includes DNSSEC signing support with native BIND9, KnotDNS and OpenDNSSEC. For NSD, native DNSSEC signing must be enabled manually—contact us for assistance. + +- **DNS Interface**: Zone file generator with native DNSSEC signing for BIND 9 and Knot DNS, including NSEC3 support (RFC 9276-compliant). Also supports OpenDNSSEC and NSD via external signing. - **Database Compatibility**: Fully supports MySQL/MariaDB and offers beta support for PostgreSQL, providing flexibility to match users' technical needs and infrastructure for seamless integration and peak performance. diff --git a/docs/dns.md b/docs/dns.md index 62704a1..5eff829 100644 --- a/docs/dns.md +++ b/docs/dns.md @@ -371,6 +371,9 @@ policy: rrsig-lifetime: 14d rrsig-refresh: 7d dnskey-ttl: 3600 + nsec3: true + nsec3-iterations: 0 + nsec3-salt-length: 0 ``` ### 2.4. Add your zone