Sin descripción

dependabot[bot] 3ba733079e Bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#4885) hace 7 meses
.github 7d36cad3e0 Docker: Fix geodata directory permissions issue (#4790) hace 8 meses
app 486d005986 API: add option to fetch only tags from ListInbounds (#4870) hace 7 meses
common cb1afb33e6 common: fix task leak in timer (#4831) hace 7 meses
core fbae89d017 v25.6.8 hace 8 meses
features af7a76da67 API: Add ListInbounds and ListOutbounds (#4723) hace 8 meses
infra 38ed2cc387 DNS: Add new nonIPQuery "reject" (#4824) hace 8 meses
main 486d005986 API: add option to fetch only tags from ListInbounds (#4870) hace 7 meses
proxy 38ed2cc387 DNS: Add new nonIPQuery "reject" (#4824) hace 8 meses
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) hace 8 meses
transport 18ab291e0c REALITY: Add rate limiting to fallback handling via token bucket (#4553) hace 8 meses
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) hace 10 meses
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) hace 4 años
LICENSE c7f7c08ead v1.0.0 hace 5 años
README.md 58c28b4aeb README.md: Add GorzRay to Linux Clients (#4767) hace 8 meses
go.mod 3ba733079e Bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#4885) hace 7 meses
go.sum 3ba733079e Bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#4885) hace 7 meses

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