A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.
A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.
To install gvisor-tap-vsock, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gvisor-tap-vsock
To see what files were installed by gvisor-tap-vsock, run:
port contents gvisor-tap-vsock
To later upgrade gvisor-tap-vsock, run:
sudo port selfupdate && sudo port upgrade gvisor-tap-vsock
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.