allows a virtual DNS to be emulated instead of querying the real DNS
Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly.
Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly.
To install p5.32-net-dns-resolver-programmable, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-dns-resolver-programmable
To see what files were installed by p5.32-net-dns-resolver-programmable, run:
port contents p5.32-net-dns-resolver-programmable
To later upgrade p5.32-net-dns-resolver-programmable, run:
sudo port selfupdate && sudo port upgrade p5.32-net-dns-resolver-programmable
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.