暂无描述

风扇滑翔翼 95c2113250 Add sniff timeoit 8 月之前
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 8 月之前
app 95c2113250 Add sniff timeoit 8 月之前
common 95c2113250 Add sniff timeoit 8 月之前
core be43f66b63 v25.2.21 8 月之前
features e893fa1828 API: Add user IPs and access times tracking (#4360) 8 月之前
infra 95c2113250 Add sniff timeoit 8 月之前
main a1714cc4ce API: Improve cli usage descriptions (#4401) 8 月之前
proxy b38a53e629 UDS: Use UnixListenerWrapper & UnixConnWrapper (#4413) 8 月之前
testing ae62a0fb52 Transport: Remove HTTP 10 月之前
transport b786a50aee XHTTP server: Fix stream-up "single POST problem", Use united httpServerConn instead of recover() 8 月之前
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 1 年之前
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 年之前
LICENSE c7f7c08ead v1.0.0 4 年之前
README.md 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 8 月之前
go.mod 71a6d89c23 Bump github.com/quic-go/quic-go from 0.49.0 to 0.50.0 (#4420) 8 月之前
go.sum 71a6d89c23 Bump github.com/quic-go/quic-go from 0.49.0 to 0.50.0 (#4420) 8 月之前

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

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