Bez popisu

yuhan6665 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
.github 592c2daf58 Update go 1.23 (#3730) před 1 rokem
app 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
common 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
core 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
features 7086d286be Remove legacy code (#3838) před 1 rokem
infra 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
main 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
proxy 85a1c33709 API: Add new Get Inbound User (#3644) před 1 rokem
testing 9bdf72d658 WireGuard config: Replace `kernelMode` with `noKernelTun` před 1 rokem
transport b30e05d1bc XHTTP: The real upload / download splitting (#3955) před 1 rokem
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) před 1 rokem
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) před 4 roky
LICENSE c7f7c08ead v1.0.0 před 5 roky
Makefile 16de0937a8 Fix typos (#3527) před 1 rokem
README.md cf182b0482 README.md: Update WARNING for Web Panel před 1 rokem
go.mod af7232d545 Bump github.com/pires/go-proxyproto from 0.7.0 to 0.8.0 (#3895) před 1 rokem
go.sum af7232d545 Bump github.com/pires/go-proxyproto from 0.7.0 to 0.8.0 (#3895) před 1 rokem

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