설명 없음

RPRX ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
.github b98d060ee0 Improve the issue templates 1 년 전
app ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
common ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
core ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
features 017f53b5fc Add session context outbounds as slice (#3356) 1 년 전
infra ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
main cabc4c6013 Command: Add `tls ech` for ech config generation 1 년 전
proxy ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
testing 447a49d16a Add configuration item api->listen. (#3317) 1 년 전
transport ca07a705dc Generate *.pb.go files with protoc v5.27.0 1 년 전
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 년 전
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 년 전
LICENSE c7f7c08ead v1.0.0 5 년 전
Makefile 98a2e2c7a1 Adding notes for critical build file (#3308) 1 년 전
README.md a476310aec README: Remove iamybj/docker-xray 1 년 전
go.mod 29c6318ffe Upgrade github.com/xtls/reality to 20240429224917 1 년 전
go.sum 29c6318ffe Upgrade github.com/xtls/reality to 20240429224917 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.

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

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