mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 09:35:59 +02:00
Documentation update
This commit is contained in:
parent
a9782bfbdb
commit
daf8e630bf
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue