Sem descrição

Fangliding 56cd5643d8 fix há 1 ano atrás
.github 48ac662298 Update Dockerfile to Use Multiple Config Files (#4010) há 1 ano atrás
app 42aea01fb5 Core: Add mutex to injection resolution (#4206) há 1 ano atrás
common b287d6419b chore: use errors.New to replace fmt.Errorf with no parameters (#4204) há 1 ano atrás
core 42aea01fb5 Core: Add mutex to injection resolution (#4206) há 1 ano atrás
features 83bab5dd90 Chore: Run gofmt (#3990) há 1 ano atrás
infra b287d6419b chore: use errors.New to replace fmt.Errorf with no parameters (#4204) há 1 ano atrás
main b287d6419b chore: use errors.New to replace fmt.Errorf with no parameters (#4204) há 1 ano atrás
proxy 56cd5643d8 fix há 1 ano atrás
testing ae62a0fb52 Transport: Remove HTTP há 1 ano atrás
transport db934f0832 XHTTP client: Merge Open* into OpenStream(), and more há 1 ano atrás
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) há 1 ano atrás
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) há 4 anos atrás
LICENSE c7f7c08ead v1.0.0 há 5 anos atrás
Makefile 16de0937a8 Fix typos (#3527) há 1 ano atrás
README.md 9cb6816383 README.md: Update Donation & NFTs há 1 ano atrás
go.mod a7909f8671 Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#4203) há 1 ano atrás
go.sum a7909f8671 Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#4203) há 1 ano atrás

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 (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