an application that acts as a local DNS Privacy stub resolver (using DNS-over-TLS)
Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS). Stubby encrypts DNS queries sent from a client machine (desktop or laptop) to a DNS Privacy resolver increasing end user privacy.
Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS). Stubby encrypts DNS queries sent from a client machine (desktop or laptop) to a DNS Privacy resolver increasing end user privacy.
To install stubby, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install stubby
To see what files were installed by stubby, run:
port contents stubby
To later upgrade stubby, run:
sudo port selfupdate && sudo port upgrade stubby
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.