stream-dns icon indicating copy to clipboard operation
stream-dns copied to clipboard

Support DNSSEC

Open NotBad4U opened this issue 6 years ago • 0 comments

Overview

DNSSEC authenticates that DNS records originate from an authorized sender (DNS server) using private/public key cryptography. The main purpose of this is to protect DNS against falsified information (DNS spoofing).

DNSSEC is defined in

Support RRSIG-record

An RRSIG-record holds a DNSSEC signature for a record set (one or more DNS records with the same name and type). Resolvers can verify the signature with a public key stored in a DNSKEY-record.

NotBad4U avatar Dec 10 '19 09:12 NotBad4U