• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Mar-2022-

.codecov.ymlH A D24-Mar-2022128 98

.gitignoreH A D24-Mar-202224 54

AUTHORSH A D24-Mar-202227 21

CODEOWNERSH A D24-Mar-202218 21

CONTRIBUTORSH A D24-Mar-2022150 1110

COPYRIGHTH A D24-Mar-2022512 107

LICENSEH A D24-Mar-20221.6 KiB3126

Makefile.fuzzH A D24-Mar-2022671 3417

Makefile.releaseH A D24-Mar-2022992 5331

README.mdH A D24-Mar-20226 KiB187160

acceptfunc.goH A D24-Mar-20221.9 KiB6332

client.goH A D24-Mar-202215 KiB485328

clientconfig.goH A D24-Mar-20223.3 KiB136105

dane.goH A D24-Mar-2022997 4440

defaults.goH A D24-Mar-202210.3 KiB382258

dns.goH A D24-Mar-20224.3 KiB15992

dnssec.goH A D24-Mar-202218.7 KiB766612

dnssec_keygen.goH A D24-Mar-20223.1 KiB140118

dnssec_keyscan.goH A D24-Mar-20226.2 KiB310240

dnssec_privkey.goH A D24-Mar-20222.3 KiB7861

doc.goH A D24-Mar-202210.5 KiB2931

duplicate.goH A D24-Mar-2022953 3824

edns.goH A D24-Mar-202225 KiB840613

format.goH A D24-Mar-20222.4 KiB9483

fuzz.goH A D24-Mar-2022536 3322

generate.goH A D24-Mar-20225 KiB248182

labels.goH A D24-Mar-20224.1 KiB213154

listen_no_reuseport.goH A D24-Mar-2022485 2413

listen_reuseport.goH A D24-Mar-2022881 4532

msg.goH A D24-Mar-202232.1 KiB1,203901

msg_helpers.goH A D24-Mar-202220.9 KiB803692

msg_truncate.goH A D24-Mar-20223.4 KiB11859

nsecx.goH A D24-Mar-20222.4 KiB9678

privaterr.goH A D24-Mar-20223.2 KiB11475

reverse.goH A D24-Mar-20221.3 KiB5332

sanitize.goH A D24-Mar-20222 KiB8760

scan.goH A D24-Mar-202229.3 KiB1,369983

scan_rr.goH A D24-Mar-202240.7 KiB1,7791,565

serve_mux.goH A D24-Mar-20223.4 KiB12371

server.goH A D24-Mar-202221.7 KiB837604

sig0.goH A D24-Mar-20224.6 KiB198165

singleinflight.goH A D24-Mar-20221.6 KiB6239

smimea.goH A D24-Mar-20221.3 KiB4529

svcb.goH A D24-Mar-202220.1 KiB756569

tlsa.goH A D24-Mar-20221.1 KiB4534

tools.goH A D24-Mar-2022326 102

tsig.goH A D24-Mar-202211.6 KiB457362

types.goH A D24-Mar-202236 KiB1,5601,219

udp.goH A D24-Mar-20222.9 KiB10367

udp_windows.goH A D24-Mar-20221.2 KiB3618

update.goH A D24-Mar-20223.1 KiB11389

version.goH A D24-Mar-2022275 169

xfr.goH A D24-Mar-20226.8 KiB272209

zduplicate.goH A D24-Mar-202220.2 KiB1,3411,262

zmsg.goH A D24-Mar-202259.7 KiB2,8762,642

ztypes.goH A D24-Mar-202229.5 KiB953940

README.md

1[![Build Status](https://travis-ci.org/miekg/dns.svg?branch=master)](https://travis-ci.org/miekg/dns)
2[![Code Coverage](https://img.shields.io/codecov/c/github/miekg/dns/master.svg)](https://codecov.io/github/miekg/dns?branch=master)
3[![Go Report Card](https://goreportcard.com/badge/github.com/miekg/dns)](https://goreportcard.com/report/miekg/dns)
4[![](https://godoc.org/github.com/miekg/dns?status.svg)](https://godoc.org/github.com/miekg/dns)
5
6# Alternative (more granular) approach to a DNS library
7
8> Less is more.
9
10Complete and usable DNS library. All Resource Records are supported, including the DNSSEC types.
11It follows a lean and mean philosophy. If there is stuff you should know as a DNS programmer there
12isn't a convenience function for it. Server side and client side programming is supported, i.e. you
13can build servers and resolvers with it.
14
15We try to keep the "master" branch as sane as possible and at the bleeding edge of standards,
16avoiding breaking changes wherever reasonable. We support the last two versions of Go.
17
18# Goals
19
20* KISS;
21* Fast;
22* Small API. If it's easy to code in Go, don't make a function for it.
23
24# Users
25
26A not-so-up-to-date-list-that-may-be-actually-current:
27
28* https://github.com/coredns/coredns
29* https://github.com/abh/geodns
30* https://github.com/baidu/bfe
31* http://www.statdns.com/
32* http://www.dnsinspect.com/
33* https://github.com/chuangbo/jianbing-dictionary-dns
34* http://www.dns-lg.com/
35* https://github.com/fcambus/rrda
36* https://github.com/kenshinx/godns
37* https://github.com/skynetservices/skydns
38* https://github.com/hashicorp/consul
39* https://github.com/DevelopersPL/godnsagent
40* https://github.com/duedil-ltd/discodns
41* https://github.com/StalkR/dns-reverse-proxy
42* https://github.com/tianon/rawdns
43* https://mesosphere.github.io/mesos-dns/
44* https://github.com/fcambus/statzone
45* https://github.com/benschw/dns-clb-go
46* https://github.com/corny/dnscheck for <http://public-dns.info/>
47* https://github.com/miekg/unbound
48* https://github.com/miekg/exdns
49* https://dnslookup.org
50* https://github.com/looterz/grimd
51* https://github.com/phamhongviet/serf-dns
52* https://github.com/mehrdadrad/mylg
53* https://github.com/bamarni/dockness
54* https://github.com/fffaraz/microdns
55* https://github.com/ipdcode/hades <https://jd.com>
56* https://github.com/StackExchange/dnscontrol/
57* https://www.dnsperf.com/
58* https://dnssectest.net/
59* https://github.com/oif/apex
60* https://github.com/jedisct1/dnscrypt-proxy
61* https://github.com/jedisct1/rpdns
62* https://github.com/xor-gate/sshfp
63* https://github.com/rs/dnstrace
64* https://blitiri.com.ar/p/dnss ([github mirror](https://github.com/albertito/dnss))
65* https://render.com
66* https://github.com/peterzen/goresolver
67* https://github.com/folbricht/routedns
68* https://domainr.com/
69* https://zonedb.org/
70* https://router7.org/
71* https://github.com/fortio/dnsping
72* https://github.com/Luzilla/dnsbl_exporter
73* https://github.com/bodgit/tsig
74* https://github.com/v2fly/v2ray-core (test only)
75* https://kuma.io/
76* https://www.misaka.io/services/dns
77* https://ping.sx/dig
78* https://fleetdeck.io/
79* https://github.com/markdingo/autoreverse
80
81
82Send pull request if you want to be listed here.
83
84# Features
85
86* UDP/TCP queries, IPv4 and IPv6
87* RFC 1035 zone file parsing ($INCLUDE, $ORIGIN, $TTL and $GENERATE (for all record types) are supported
88* Fast
89* Server side programming (mimicking the net/http package)
90* Client side programming
91* DNSSEC: signing, validating and key generation for DSA, RSA, ECDSA and Ed25519
92* EDNS0, NSID, Cookies
93* AXFR/IXFR
94* TSIG, SIG(0)
95* DNS over TLS (DoT): encrypted connection between client and server over TCP
96* DNS name compression
97
98Have fun!
99
100Miek Gieben  -  2010-2012  -  <miek@miek.nl>
101DNS Authors 2012-
102
103# Building
104
105This library uses Go modules and uses semantic versioning. Building is done with the `go` tool, so
106the following should work:
107
108    go get github.com/miekg/dns
109    go build github.com/miekg/dns
110
111## Examples
112
113A short "how to use the API" is at the beginning of doc.go (this also will show when you call `godoc
114github.com/miekg/dns`).
115
116Example programs can be found in the `github.com/miekg/exdns` repository.
117
118## Supported RFCs
119
120*all of them*
121
122* 103{4,5} - DNS standard
123* 1348 - NSAP record (removed the record)
124* 1982 - Serial Arithmetic
125* 1876 - LOC record
126* 1995 - IXFR
127* 1996 - DNS notify
128* 2136 - DNS Update (dynamic updates)
129* 2181 - RRset definition - there is no RRset type though, just []RR
130* 2537 - RSAMD5 DNS keys
131* 2065 - DNSSEC (updated in later RFCs)
132* 2671 - EDNS record
133* 2782 - SRV record
134* 2845 - TSIG record
135* 2915 - NAPTR record
136* 2929 - DNS IANA Considerations
137* 3110 - RSASHA1 DNS keys
138* 3123 - APL record
139* 3225 - DO bit (DNSSEC OK)
140* 340{1,2,3} - NAPTR record
141* 3445 - Limiting the scope of (DNS)KEY
142* 3597 - Unknown RRs
143* 403{3,4,5} - DNSSEC + validation functions
144* 4255 - SSHFP record
145* 4343 - Case insensitivity
146* 4408 - SPF record
147* 4509 - SHA256 Hash in DS
148* 4592 - Wildcards in the DNS
149* 4635 - HMAC SHA TSIG
150* 4701 - DHCID
151* 4892 - id.server
152* 5001 - NSID
153* 5155 - NSEC3 record
154* 5205 - HIP record
155* 5702 - SHA2 in the DNS
156* 5936 - AXFR
157* 5966 - TCP implementation recommendations
158* 6605 - ECDSA
159* 6725 - IANA Registry Update
160* 6742 - ILNP DNS
161* 6840 - Clarifications and Implementation Notes for DNS Security
162* 6844 - CAA record
163* 6891 - EDNS0 update
164* 6895 - DNS IANA considerations
165* 6944 - DNSSEC DNSKEY Algorithm Status
166* 6975 - Algorithm Understanding in DNSSEC
167* 7043 - EUI48/EUI64 records
168* 7314 - DNS (EDNS) EXPIRE Option
169* 7477 - CSYNC RR
170* 7828 - edns-tcp-keepalive EDNS0 Option
171* 7553 - URI record
172* 7858 - DNS over TLS: Initiation and Performance Considerations
173* 7871 - EDNS0 Client Subnet
174* 7873 - Domain Name System (DNS) Cookies
175* 8080 - EdDSA for DNSSEC
176* 8499 - DNS Terminology
177* 8659 - DNS Certification Authority Authorization (CAA) Resource Record
178* 8914 - Extended DNS Errors
179* 8976 - Message Digest for DNS Zones (ZONEMD RR)
180
181## Loosely Based Upon
182
183* ldns - <https://nlnetlabs.nl/projects/ldns/about/>
184* NSD - <https://nlnetlabs.nl/projects/nsd/about/>
185* Net::DNS - <http://www.net-dns.org/>
186* GRONG - <https://github.com/bortzmeyer/grong>
187