Go to file
yuhan6665 855b773973 Collect stats and possible padding (previously Vision Reader Writer) to all traffic 2024-11-28 21:49:53 -05:00
.github
app Chore: Refactor tests in app/router (#4019) 2024-11-24 22:53:31 -05:00
common
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 Collect stats and possible padding (previously Vision Reader Writer) to all traffic 2024-11-28 21:49:53 -05:00
testing Test: Remove temporary directory afterwards (#4045) 2024-11-24 23:00:00 -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