Sin descripción

zonescape 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
.github 592c2daf58 Update go 1.23 (#3730) hace 1 año
app 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
common 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
core 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
features 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
infra 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
main 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
proxy 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
testing 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
transport 83bab5dd90 Chore: Run gofmt (#3990) hace 1 año
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) hace 1 año
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) hace 4 años
LICENSE c7f7c08ead v1.0.0 hace 5 años
Makefile 16de0937a8 Fix typos (#3527) hace 1 año
README.md cf182b0482 README.md: Update WARNING for Web Panel hace 1 año
go.mod 5af750b336 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#3986) hace 1 año
go.sum 5af750b336 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#3986) hace 1 año

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