CleverCloud / stream-dns

A DNS server written in Go with an event stream architecture, updated via kafka
MIT License
29 stars 2 forks source link

Support DNSSEC #46

Open NotBad4U opened 4 years ago

NotBad4U commented 4 years ago

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.