mmmray 2be03c56cb
Pin protobuf packages (#3715)
* Pin protobuf packages

It happened in the past that I ran with the wrong protobuf version
installed locally, and apparently there is even still some file wrong in
splithttp. Fix this issue once and for all.

* bump protobuf packages

* Revert "bump protobuf packages"

This reverts commit 7a3509346a0e29721bb2ddf7857addd622b5674c.

* Revert "Revert "bump protobuf packages""

This reverts commit bb79707d15ca79527fba789276874844605d1d81.

* fix deprecated grpc usage
2024-08-22 10:18:36 -04:00
2024-08-22 10:18:36 -04:00
2024-08-22 10:18:36 -04:00
2024-08-22 10:18:36 -04:00
2024-06-29 14:32:57 -04:00
2024-08-22 10:18:36 -04:00
2024-08-22 10:18:36 -04:00
2020-11-25 19:01:53 +08:00
2024-07-12 00:20:06 +02:00

Project X

Project X originates from XTLS protocol, providing a set of network tools such as Xray-core and REALITY.

README is open, so feel free to submit your project here.

Donation & NFTs

Announcement of NFTs by Project X

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Reproducible Releases

make

Stargazers over time

Stargazers over time

Description
Languages
Go 99.6%
HTML 0.2%
Shell 0.1%