Skip to content

Commit e4920f8

Browse files
committed
[dns] Add todos and references to README
1 parent 8cea6a3 commit e4920f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ You can cache results by configuring the resolver to use a `CachedExecutor`:
4242

4343
If the first call returns before the second, only one query will be executed.
4444
The second result will be served from cache.
45+
46+
## Todo
47+
48+
* Implement message body parsing for types other than A and CNAME: NS, SOA, PTR, MX, TXT, AAAA
49+
* Implement `authority` and `additional` message parts
50+
* Respect /etc/hosts
51+
52+
# References
53+
54+
* [RFC1034](http://tools.ietf.org/html/rfc1034) Domain Names - Concepts and Facilities
55+
* [RFC1035](http://tools.ietf.org/html/rfc1035) Domain Names - Implementation and Specification

0 commit comments

Comments
 (0)