No Description

RPRX 1f570d9cef XHTTP test: Fix Test_maxUpload 11 months ago
.github 48ac662298 Update Dockerfile to Use Multiple Config Files (#4010) 11 months ago
app 44b1dd0e67 Test: Change address for DNS over QUIC tests (#4002) 11 months ago
common 1ffb8a92cd Sniff: Prevent crash on QUIC sniffer panic (#3978) 11 months ago
core 0df2446f82 v24.11.11 11 months ago
features 83bab5dd90 Chore: Run gofmt (#3990) 11 months ago
infra ec1fd008c4 Chore: Refactor infra/conf.TestToCidrList() (#4017) 11 months ago
main 83bab5dd90 Chore: Run gofmt (#3990) 11 months ago
proxy 17825b25f2 WireGuard kernelTun: Fix multi-outbounds not work (#4015) 11 months ago
testing 83bab5dd90 Chore: Run gofmt (#3990) 11 months ago
transport 1f570d9cef XHTTP test: Fix Test_maxUpload 11 months ago
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 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 16de0937a8 Fix typos (#3527) 1 year ago
README.md cf182b0482 README.md: Update WARNING for Web Panel 1 year ago
go.mod 85b3c2328f Bump golang.org/x/net from 0.30.0 to 0.31.0 (#3999) 11 months ago
go.sum 85b3c2328f Bump golang.org/x/net from 0.30.0 to 0.31.0 (#3999) 11 months 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.

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