Sen descrición

风扇滑翔翼 faccc37703 Update TTI validation range from 100 to 5000 hai 1 semana
.github 0bffea3390 Bump actions/upload-artifact from 6 to 7 (#5733) hai 2 semanas
app 6a909b2507 Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) (#5679) hai 1 mes
common b7a22c729b Xray-core: Dynamic Chrome User-Agent for all HTTP requests by default (overwriteable through config) (#5658) hai 1 mes
core 1fe6d4a0f5 core/core.go: Replace "Custom" with vcs info if available (#5665) hai 1 mes
features 59dc2cee2e API: Add ListRule() for routing (#5569) hai 1 mes
infra faccc37703 Update TTI validation range from 100 to 5000 hai 1 semana
main d100be5ad5 Chore: Migrate to Go 1.26 (#5680) hai 1 mes
proxy 9514e988d8 VLESS Encryption: Check 17~17000 -> Check 17~16640 (#5698) hai 1 semana
testing 2c92339f95 TLS config: `allowInsecure`->`pinnedPeerCertSha256`; `verifyPeerCertInNames`->`verifyPeerCertByName` hai 1 mes
transport b43276c6d3 gRPC client: Strip "grpc-go/version" suffix from User-Agent header (#5689) hai 1 mes
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) hai 6 meses
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) %!s(int64=4) %!d(string=hai) anos
LICENSE c7f7c08ead v1.0.0 %!s(int64=5) %!d(string=hai) anos
README.md e6207e3a97 README.md: Add XrayFA to Android Clients (#5715) hai 3 semanas
SECURITY.md 1cf5662949 Create SECURITY.md hai 1 mes
go.mod 2805774f72 Bump golang.org/x/net from 0.50.0 to 0.51.0 (#5728) hai 2 semanas
go.sum 2805774f72 Bump golang.org/x/net from 0.50.0 to 0.51.0 (#5728) hai 2 semanas

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.

Sponsors

Remnawave

Happ

Sponsor Xray-core

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 -gcflags="all=-l=4" -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main

If you are compiling a 32-bit MIPS/MIPSLE target, use this command instead:

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

Stargazers over time

Stargazers over time