Sem descrição

风扇滑翔翼 fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) há 10 meses atrás
.github 66025f2889 Workflows: Fix github.ref_name sometimes is empty when building Docker images (#4937) há 10 meses atrás
app 4e826abebf Chore: Three small fixes (#4922) há 10 meses atrás
common b065595f58 Reverse: portal-worker should not be closed before making sure there is at least one other active worker (#4869) há 10 meses atrás
core cfcf2a63d1 v25.7.25 há 10 meses atrás
features 923b5d7229 DNS hosts: Support returning RCode (#4681) há 10 meses atrás
infra fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) há 10 meses atrás
main fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) há 10 meses atrás
proxy 10376f5b4d Freedom UDP: Fix some cone uses like STUN,... when address is domain (#4942) há 10 meses atrás
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) há 1 ano atrás
transport fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) há 10 meses atrás
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) há 1 ano atrás
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) há 4 anos atrás
LICENSE c7f7c08ead v1.0.0 há 5 anos atrás
README.md 26de58933f README.md: Update Donation & NFTs há 10 meses atrás
go.mod fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) há 10 meses atrás
go.sum fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) há 10 meses atrás

README.md

Project X

Project X NFT

Collect a Project X NFT to support the development of 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

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