Нет описания

wytfy dbb67006b6 refactor: 去掉对xhttp的路径验证 1 неделя назад
.github 3bc24a3d5d Geodata: Support automatically updating .dat files and hot reloading (#5992) 3 недель назад
app e61eeae258 Tunnel inbound: Fix panic when listening on UDS for Xray's internal services (e.g. API) (#6062) 2 недель назад
common 1ead940a71 Config: Parallel `for` for inbounds' `clients` (#6055) 2 недель назад
core 228f1e13aa Xray-core v26.5.3 2 недель назад
features fa07b34956 XDNS finalmask: Use single UDP socket for multiple `resolvers` for now (#5982) 3 недель назад
infra 15968585f3 quicParams config: Better unmarshaling `udpHop` (#6068) 2 недель назад
main bdff2fa72e Config: Support env `XRAY_JSON_STRICT=true` (#6053) 2 недель назад
proxy e61eeae258 Tunnel inbound: Fix panic when listening on UDS for Xray's internal services (e.g. API) (#6062) 2 недель назад
testing 4e87f59628 Direct/Freedom outbound: Add `finalRules` (matches `network`, `port` and `ip`, then `action`) with default safe policies (#6027) 2 недель назад
transport dbb67006b6 refactor: 去掉对xhttp的路径验证 1 неделя назад
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) 9 месяцев назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
README.md 4951994ebe README.md: Remove NetProxy-Magisk from Magisk & Android Clients (#6066) 2 недель назад
SECURITY.md 1cf5662949 Create SECURITY.md 3 месяцев назад
go.mod 1d62941bd2 Hysteria: Upgrade to official v2.8.2 (#6041) 2 недель назад
go.sum 1d62941bd2 Hysteria: Upgrade to official v2.8.2 (#6041) 2 недель назад

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

BlancVPN

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