暂无描述

yuhan6665 8c111180d2 Add expectedResponseCode to BurstObservatory 11 月之前
.github 48ac662298 Update Dockerfile to Use Multiple Config Files (#4010) 11 月之前
app 8c111180d2 Add expectedResponseCode to BurstObservatory 11 月之前
common 6ba0dbafd7 Test: Delete temporary file afterwards (#4028) 11 月之前
core 513f18bf53 v24.11.21 11 月之前
features 83bab5dd90 Chore: Run gofmt (#3990) 11 月之前
infra 8c111180d2 Add expectedResponseCode to BurstObservatory 11 月之前
main 83bab5dd90 Chore: Run gofmt (#3990) 11 月之前
proxy 59e5d24280 WireGuard inbound: Fix leaking session information between requests (#4030) 11 月之前
testing 83bab5dd90 Chore: Run gofmt (#3990) 11 月之前
transport 817fa72874 XHTTP client: Add gRPC header to "stream-up" mode by default (#4042) 11 月之前
.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 年之前
Makefile 16de0937a8 Fix typos (#3527) 1 年之前
README.md cf182b0482 README.md: Update WARNING for Web Panel 11 月之前
go.mod 7d3d6b05e3 Bump github.com/sagernet/sing from 0.5.0 to 0.5.1 (#4026) 11 月之前
go.sum 7d3d6b05e3 Bump github.com/sagernet/sing from 0.5.0 to 0.5.1 (#4026) 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

Announcement of NFTs by Project X

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (non-Chinese)

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Reproducible Releases

make

Stargazers over time

Stargazers over time