Нет описания

copilot-swe-agent[bot] 96a4338b15 Revert server.go changes - issue is client-side only 4 дней назад
.github 394e117998 GitHub Actions: Add wintun.dll into Windows zips; Workflow refinement (#5501) 2 недель назад
app 92ada2dd1d Proxy: Add Hysteria outbound & transport (version 2, udphop) and Salamander udpmask (#5508) 1 неделя назад
common a384be0f84 SS2022 outbound: Fix UDP leak (#5544) 1 неделя назад
core d75b33a3a3 Commands: "xray run -dump" supports reading JSON from STDIN (#5550) 5 дней назад
features a54e1f2be4 Remove redundant stats in mux and bridge dispatcher (#5466) 3 недель назад
infra 649e989fa2 Hysteria: Fix transport's "udphop without salamander" dialing issue; Require `"version": 2` in outbound's `settings` as well (#5537) 1 неделя назад
main 0ca13452b8 TLS config: Add `pinnedPeerCertSha256`; Remove `pinnedPeerCertificateChainSha256` and `pinnedPeerCertificatePublicKeySha256` (#5154) 1 неделя назад
proxy 96a4338b15 Revert server.go changes - issue is client-side only 4 дней назад
testing 0ca13452b8 TLS config: Add `pinnedPeerCertSha256`; Remove `pinnedPeerCertificateChainSha256` and `pinnedPeerCertificatePublicKeySha256` (#5154) 1 неделя назад
transport 760223ad70 TLS client: Skip TLS' built-in verification when using `pinnedPeerCertSha256`; Fixes 5 дней назад
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) 5 месяцев назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
README.md 7c418486c8 README.md: Add Happ RU to iOS & macOS Clients (#5551) 5 дней назад
go.mod 0443de7798 Bump github.com/refraction-networking/utls from 1.8.1 to 1.8.2 (#5535) 1 неделя назад
go.sum 0443de7798 Bump github.com/refraction-networking/utls from 1.8.1 to 1.8.2 (#5535) 1 неделя назад

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