GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NSEC(1) FreeBSD General Commands Manual NSEC(1)

nsecgenerate NSEC records for a zone

nsec [zonefile]

nsec writes DNSSEC NSEC records for a zone to standard output.

The records are generated for the zone described in zonefile, which must be in the format described by RFC 1035.

An NSEC record lists the record types available at a particular name, and the next valid name in the zone. It is used to fill in the gaps between the valid records in a zone and is returned alongside its signature in NXDOMAIN responses to prove the absence of the requested record.

None.

Generate NSEC records for the example.com zone:

$ nsec example.com.zone
example.com.    1200    IN      NSEC    ns1.example.com. A NS SOA RRSIG NSEC DNSKEY
ns1.example.com.        1200    IN      NSEC    example.com. A RRSIG NSEC

dnskey(1), ds(1), rrsig(1), tlsa(1)

May 10, 2021 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.