Без опису

patterniha cde6e33ec9 Freedom: Add `maxSplit` fragment option; Add `applyTo` noises option (#4998) 10 місяців тому
.github 66025f2889 Workflows: Fix github.ref_name sometimes is empty when building Docker images (#4937) 10 місяців тому
app 5dce7e4e25 Router: Add `localIP` and `localPort`; Add `sourceIP` as an alias of `source` (#4992) 10 місяців тому
common 5dce7e4e25 Router: Add `localIP` and `localPort`; Add `sourceIP` as an alias of `source` (#4992) 10 місяців тому
core bd86732f68 v25.8.3 10 місяців тому
features 5dce7e4e25 Router: Add `localIP` and `localPort`; Add `sourceIP` as an alias of `source` (#4992) 10 місяців тому
infra cde6e33ec9 Freedom: Add `maxSplit` fragment option; Add `applyTo` noises option (#4998) 10 місяців тому
main fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 10 місяців тому
proxy cde6e33ec9 Freedom: Add `maxSplit` fragment option; Add `applyTo` noises option (#4998) 10 місяців тому
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 1 рік тому
transport d4f11e6d68 UDS: Check address before listen (#4945) 10 місяців тому
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 1 рік тому
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 роки тому
LICENSE c7f7c08ead v1.0.0 5 роки тому
README.md c569f478af Update readme 10 місяців тому
go.mod 04e6439b51 Bump github.com/miekg/dns from 1.1.67 to 1.1.68 (#4980) 10 місяців тому
go.sum 04e6439b51 Bump github.com/miekg/dns from 1.1.67 to 1.1.68 (#4980) 10 місяців тому

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

Collect a Project X NFT to support the development of Project X!

Project X NFT

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

Ask DeepWiki

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