dns2tcp is a tool for relaying TCP connections over DNS. There are no authentication nor encryption mechanisms: DNS encapsulation must be considered as an insecure and anonymous transport layer. Resources should be public external services like ssh, ssltunnel, etc.
dns2tcp is a tool for relaying TCP connections over DNS. There are no authentication nor encryption mechanisms: DNS encapsulation must be considered as an insecure and anonymous transport layer. Resources should be public external services like ssh, ssltunnel, etc.
To install dns2tcp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dns2tcp
To see what files were installed by dns2tcp, run:
port contents dns2tcp
To later upgrade dns2tcp, run:
sudo port selfupdate && sudo port upgrade dns2tcp
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.