Brak opisu

风扇滑翔翼 20825f6f1a Change to TypedSyncMap 6 miesięcy temu
.github 66025f2889 Workflows: Fix github.ref_name sometimes is empty when building Docker images (#4937) 6 miesięcy temu
app 4e826abebf Chore: Three small fixes (#4922) 6 miesięcy temu
common 20825f6f1a Change to TypedSyncMap 6 miesięcy temu
core b6b51c51c8 v25.7.26 6 miesięcy temu
features 923b5d7229 DNS hosts: Support returning RCode (#4681) 6 miesięcy temu
infra fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 6 miesięcy temu
main fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 6 miesięcy temu
proxy 20825f6f1a Change to TypedSyncMap 6 miesięcy temu
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 7 miesięcy temu
transport 20825f6f1a Change to TypedSyncMap 6 miesięcy temu
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 9 miesięcy temu
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 lat temu
LICENSE c7f7c08ead v1.0.0 5 lat temu
README.md 26de58933f README.md: Update Donation & NFTs 6 miesięcy temu
go.mod fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 6 miesięcy temu
go.sum fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 6 miesięcy temu

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