No Description

风扇滑翔翼 29e37e8a82 HTTP inbound: Directly forward plain HTTP 1xx response header (#4547) 1 year ago
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 1 year ago
app 5922caff89 DNS: Add `expectedIPs` as an alias of `expectIPs` (#4551) 1 year ago
common 2d3210e4b8 Env: Add `XRAY_LOCATION_CERT` variable (#4536) 1 year ago
core 2cba2c4d59 v25.3.6 1 year ago
features 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 1 year ago
infra 5922caff89 DNS: Add `expectedIPs` as an alias of `expectIPs` (#4551) 1 year ago
main d451078e72 Chore: Fix tests (#4440) 1 year ago
proxy 29e37e8a82 HTTP inbound: Directly forward plain HTTP 1xx response header (#4547) 1 year ago
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 1 year ago
transport 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 1 year 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
README.md eca99771ca README.md: Add Remnawave to Web Panels (#4498) 1 year ago
go.mod e129b1e90d Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#4549) 1 year ago
go.sum e129b1e90d Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#4549) 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.

Donation & NFTs

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (Русский)

Project XHTTP (Persian)

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

One-line Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main

Reproducible Releases

Make sure that you are using the same Go version, and remember to set the git commit id (7 bytes):

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main

Stargazers over time

Stargazers over time