No Description

yuhan6665 9b5c3f417e Fix user download stats with splice 1 year ago
.github f9653d0d88 chore(ci): use go version file to specify the go version 1 year ago
app 601246468a Add initial check for burstObserver 1 year ago
common 87ef07d5f4 Correctly propagate error in AuthenticationReader readBuffer 1 year ago
core 1c8375997d Update 1.8.8 and dependencies 1 year ago
features fa5d7a255b Least load balancer (#2999) 1 year ago
infra 173b03448f transport: add httpupgrade 1 year ago
main a994bf8b04 chore: fix some errors detected by staticcheck (#3089) 1 year ago
proxy 9b5c3f417e Fix user download stats with splice 1 year ago
testing a994bf8b04 chore: fix some errors detected by staticcheck (#3089) 1 year ago
transport a994bf8b04 chore: fix some errors detected by staticcheck (#3089) 1 year ago
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
Makefile 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
README.md d7434e8e36 add: Add a new xray wrapper 1 year ago
go.mod e7c5059a6f Bump google.golang.org/grpc from 1.62.0 to 1.62.1 1 year ago
go.sum e7c5059a6f Bump google.golang.org/grpc from 1.62.0 to 1.62.1 1 year ago

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.

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