fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
449 B
Plaintext
8 lines
449 B
Plaintext
IO::Async::Resolver::DNS extends the IO::Async::Resolver class with extra
|
|
methods and resolver functions to perform DNS-specific resolver lookups. It does
|
|
not directly provide any methods or functions of its own.
|
|
|
|
These functions are provided for performing DNS-specific lookups, to obtain MX
|
|
or SRV records, for example. For regular name resolution, the usual getaddrinfo
|
|
and getnameinfo methods on the standard IO::Async::Resolver should be used.
|