Keine Beschreibung

dependabot[bot] d04a9d4fc9 Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 vor 2 Jahren
.github f0cb292dc6 CI: not create zip file when not releasing vor 2 Jahren
app ae97821e40 Add regex support for domainsExcluded (#3449) vor 2 Jahren
common ca07a705dc Generate *.pb.go files with protoc v5.27.0 vor 2 Jahren
core ca07a705dc Generate *.pb.go files with protoc v5.27.0 vor 2 Jahren
features 017f53b5fc Add session context outbounds as slice (#3356) vor 2 Jahren
infra 3654c0d710 HTTPUpgrade send headers with specified capitalization (#3430) vor 2 Jahren
main cabc4c6013 Command: Add `tls ech` for ech config generation vor 2 Jahren
proxy bbf25b14d9 Update dependencies vor 2 Jahren
testing 75b3ef71a1 fix filename vor 2 Jahren
transport 3654c0d710 HTTPUpgrade send headers with specified capitalization (#3430) vor 2 Jahren
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) vor 2 Jahren
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) vor 4 Jahren
LICENSE c7f7c08ead v1.0.0 vor 5 Jahren
Makefile f0cb292dc6 CI: not create zip file when not releasing vor 2 Jahren
README.md a476310aec README: Remove iamybj/docker-xray vor 2 Jahren
go.mod d04a9d4fc9 Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 vor 2 Jahren
go.sum d04a9d4fc9 Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 vor 2 Jahren

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