Skip to content
/ dns Public

The first slim version of miekg/dns for DNS forwarder/stub/analyzer

License

Notifications You must be signed in to change notification settings

AZ-X/dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3926a75 · Feb 24, 2021

History

11 Commits
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Feb 2, 2021
Feb 1, 2021
Jan 31, 2021
Jan 31, 2021
Jan 31, 2021
Feb 2, 2021
Feb 1, 2021
Jan 31, 2021
Jan 31, 2021
Feb 2, 2021
Jan 31, 2021
Jan 31, 2021
Feb 1, 2021
Jan 31, 2021
Feb 2, 2021
Jan 31, 2021
Jan 31, 2021
Feb 2, 2021
Jan 31, 2021
Feb 2, 2021
Feb 1, 2021
Feb 24, 2021
Jan 31, 2021
Feb 1, 2021

Repository files navigation

CodeQL go builder verifier

Alternative (slimmer) client approach to miekg/dns

Less is more.

Complete and usable DNS library. All Resource Records are supported, including the DNSSEC types. It follows a lean and mean philosophy. If there is stuff you should know as a DNS programmer there isn't a convenience function for it.

Server side and client side programming is NOT supported

This repository tries to keep the "master" branch as sane as possible and at the bleeding edge of standards, avoiding breaking changes whoever responsible.

Goals

  • Slim;

Users

A not-so-up-to-date-list-that-may-be-actually-current:

Send pull request if you want to be listed here.

Features

  • DNSSEC: signing, validating and key generation for DSA, RSA, ECDSA and Ed25519
  • EDNS0, NSID, Cookies
  • AXFR/IXFR
  • TSIG, SIG(0)
  • DNS name compression

Have fun!

AZ-X 2021

Building

This library uses Go modules and uses semantic versioning. Building is done with the go tool, so the following should work:

go get github.com/AZ-X/dns
go build github.com/AZ-X/dns

About

The first slim version of miekg/dns for DNS forwarder/stub/analyzer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages