No Description

dependabot[bot] e41a61c6f7 Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 1 year ago
.github 98a2e2c7a1 Adding notes for critical build file (#3308) 1 year ago
app 84eeb56ae4 Select alive only node when fallbackTag is given 1 year ago
common 03c20bf3b4 comments typo 1 year ago
core 45ab4cb5ba v1.8.11 1 year ago
features 53e5814d19 API - Add | Remove Routing Rules (#3189) 1 year ago
infra 84eeb56ae4 Select alive only node when fallbackTag is given 1 year ago
main cabc4c6013 Command: Add `tls ech` for ech config generation 1 year ago
proxy 548646fb06 Fix an edge case with tls hello fragment 1 year ago
testing 447a49d16a Add configuration item api->listen. (#3317) 1 year ago
transport 8ce2a0e245 Validate /websocket requests from browser dialer page (#3295) 1 year ago
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
Makefile 98a2e2c7a1 Adding notes for critical build file (#3308) 1 year ago
README.md a476310aec README: Remove iamybj/docker-xray 1 year ago
go.mod e41a61c6f7 Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 1 year ago
go.sum e41a61c6f7 Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 1 year ago

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