Нет описания

RPRX 1785178762 REALITY server: Three types of ALPN for post-handshake records detection & imitation; Two fixes 11 месяцев назад
.github 7d36cad3e0 Docker: Fix geodata directory permissions issue (#4790) 1 год назад
app 486d005986 API: add option to fetch only tags from ListInbounds (#4870) 11 месяцев назад
common cb1afb33e6 common: fix task leak in timer (#4831) 11 месяцев назад
core fbae89d017 v25.6.8 1 год назад
features af7a76da67 API: Add ListInbounds and ListOutbounds (#4723) 1 год назад
infra 38ed2cc387 DNS: Add new nonIPQuery "reject" (#4824) 11 месяцев назад
main 486d005986 API: add option to fetch only tags from ListInbounds (#4870) 11 месяцев назад
proxy 38ed2cc387 DNS: Add new nonIPQuery "reject" (#4824) 11 месяцев назад
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 1 год назад
transport 18ab291e0c REALITY: Add rate limiting to fallback handling via token bucket (#4553) 1 год назад
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 1 год назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
README.md 58c28b4aeb README.md: Add GorzRay to Linux Clients (#4767) 1 год назад
go.mod 1785178762 REALITY server: Three types of ALPN for post-handshake records detection & imitation; Two fixes 11 месяцев назад
go.sum 1785178762 REALITY server: Three types of ALPN for post-handshake records detection & imitation; Two fixes 11 месяцев назад

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

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