Skip to content

Commit

Permalink
docs: add RFC references
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed Nov 20, 2024
1 parent a7962e5 commit 310056a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/zdns/dnssec.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

/*
* DNSSEC validator of ZDNS.
* RFC reference:
* - https://datatracker.ietf.org/doc/html/rfc4033
* - https://datatracker.ietf.org/doc/html/rfc4034
* - https://datatracker.ietf.org/doc/html/rfc4035 (probably the most relevant one)
* - https://datatracker.ietf.org/doc/html/rfc8914
* - https://datatracker.ietf.org/doc/html/rfc7958
*
* Other references:
* - https://www.cloudflare.com/learning/dns/dnssec/how-dnssec-works/
* - https://dnsviz.net/
*/

package zdns

import (
Expand Down

0 comments on commit 310056a

Please sign in to comment.