File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
### v4.0.0 (2019-08-15)
2
2
3
3
* Switch to uDNS implementation, developed from scratch since 2017, primarily
4
- focussing on a recursive caching resolver. The server part supports dynamic
4
+ focusing on a recursive caching resolver. The server part supports dynamic
5
5
updates (RFC 2135), transaction authentication with HMAC (RFC 2845), zone
6
6
transfer (RFC 5936), incremental zone transfer (RFC 1995), change
7
7
notifications (RFC 1996) amongst others.
8
8
* The core library uses a GADT for resource record sets, where the key (resource
9
9
record type) specifies the value type.
10
10
* The API does not leak exceptions, but uses the result type where appropriate.
11
11
* TCP transport is well supported and used widely (client uses it by default)
12
- * Naming: client is a DNS client, resolver is the recursive resolver
12
+ * Naming: client is a DNS client, resolver is the recursive resolver library
13
13
* The DNS library is split into the following opam packages and sublibraries:
14
14
- ` dns ` - the core library
15
15
- ` dns-tsig ` - transaction signatures
You can’t perform that action at this time.
0 commit comments