Go to file
yuhan6665 7743a2b01f Experiment: pingpong seed 2024-11-28 21:53:52 -05:00
.github
app
common Experiment: pingpong seed 2024-11-28 21:53:52 -05:00
core v24.11.30 2024-11-30 04:16:35 +00:00
features
infra WebSocket config: Add `heartbeatPeriod` for client & server (#4065) 2024-11-29 02:08:08 +00:00
main
proxy Experiment: pingpong seed 2024-11-28 21:53:52 -05:00
testing Experiment: pingpong seed 2024-11-28 21:53:52 -05:00
transport v24.11.30 2024-11-30 04:16:35 +00:00
.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
go.mod
go.sum

README.md

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

Project VLESS (non-Chinese)

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