No Description

dependabot[bot] d54d20abea Bump golang.org/x/net from 0.32.0 to 0.33.0 (#4182) 10 months ago
.github 48ac662298 Update Dockerfile to Use Multiple Config Files (#4010) 11 months ago
app 868799ef04 DNS: Always use a DNS Message ID of 0 for DoH and DoQ (#4193) 10 months ago
common 53b04d560b XHTTP client: Make H3 httptrace work on v2rayNG 10 months ago
core cab2fdefd3 v24.12.18 10 months ago
features 83bab5dd90 Chore: Run gofmt (#3990) 11 months ago
infra 96fb680d45 REALITY, TLS config: Set "chrome" as the default fingerprint 10 months ago
main ae62a0fb52 Transport: Remove HTTP 11 months ago
proxy 0e2304c403 Core: Fix memory leaks with RequireFeatures() (#4095) 10 months ago
testing ae62a0fb52 Transport: Remove HTTP 11 months ago
transport db934f0832 XHTTP client: Merge Open* into OpenStream(), and more 10 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 9cb6816383 README.md: Update Donation & NFTs 11 months ago
go.mod d54d20abea Bump golang.org/x/net from 0.32.0 to 0.33.0 (#4182) 10 months ago
go.sum d54d20abea Bump golang.org/x/net from 0.32.0 to 0.33.0 (#4182) 10 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

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