SurfboardV2ray

Results 1 comments of SurfboardV2ray

Tried retracing the steps from here #111 to upgrade protoc and it worked: * curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protoc-29.1-linux-x86_64.zip * unzip protoc-29.1-linux-x86_64.zip -d $HOME/.local * export PATH="${HOME}/.local/bin":${PATH} Then check protoc version: *...