Nessuna descrizione

patterniha a02723e63f TLS ECH client: Use chrome-fingerprint and add padding; Add "h2c" and `echSockopt`; Fix some issues (#4949) 10 mesi fa
.github 66025f2889 Workflows: Fix github.ref_name sometimes is empty when building Docker images (#4937) 10 mesi fa
app 4e826abebf Chore: Three small fixes (#4922) 10 mesi fa
common b065595f58 Reverse: portal-worker should not be closed before making sure there is at least one other active worker (#4869) 10 mesi fa
core b6b51c51c8 v25.7.26 10 mesi fa
features 923b5d7229 DNS hosts: Support returning RCode (#4681) 10 mesi fa
infra a02723e63f TLS ECH client: Use chrome-fingerprint and add padding; Add "h2c" and `echSockopt`; Fix some issues (#4949) 10 mesi fa
main fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 10 mesi fa
proxy 146b14ab55 Tunnel inbound: Add `portMap` config (local listening port -> remote specified address/port) 10 mesi fa
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 1 anno fa
transport a02723e63f TLS ECH client: Use chrome-fingerprint and add padding; Add "h2c" and `echSockopt`; Fix some issues (#4949) 10 mesi fa
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 1 anno fa
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 anni fa
LICENSE c7f7c08ead v1.0.0 5 anni fa
README.md c569f478af Update readme 10 mesi fa
go.mod fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 10 mesi fa
go.sum fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 10 mesi fa

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