freebsd-ports/dns/p5-IO-Async-Resolver-DNS/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

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.