V2Ray supports many protocols, including Socks, HTTP, Shadowsocks, VMess, and more. And each protocol may have its own transport, such as TCP, mKCP, WebSocket, etc. Better yet, V2Ray has built in obfuscation to hide traffic in TLS, and can run in parallel with web servers.
V2Ray supports many protocols, including Socks, HTTP, Shadowsocks, VMess, and more. And each protocol may have its own transport, such as TCP, mKCP, WebSocket, etc. Better yet, V2Ray has built in obfuscation to hide traffic in TLS, and can run in parallel with web servers.
To install v2ray, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install v2ray
To see what files were installed by v2ray, run:
port contents v2ray
To later upgrade v2ray, run:
sudo port selfupdate && sudo port upgrade v2ray
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.