This library implements the DNS protocol:
Connects with TCP or UDP.
Blocks or asynchronic.
Reverse DNS.
A, MX, NS, PTR lookups.
Main classes
|
Acts as a holder and parser for a DNS answer | |
|
Acts as a container for the DNS answers. | |
|
Core class of the DNS, all the operations are made through it. | |
|
Auxiliary class to help parse DNS strings. | |
|
Acts as a holder and parser for the DNS query. (here you construct a query) | |
|
Manages the communications to the DNS server. | |
|
DNS TCP implementation. | |
|
DNS UDP implementation. |