No Description

yuhan6665 a0f1e1f377 FakeDNS return TTL=1 and drop HTTPS QType 65 request 1 year ago
.github f9653d0d88 chore(ci): use go version file to specify the go version 1 year ago
app a0f1e1f377 FakeDNS return TTL=1 and drop HTTPS QType 65 request 1 year ago
common fa5d7a255b Least load balancer (#2999) 1 year ago
core fa5d7a255b Least load balancer (#2999) 1 year ago
features fa5d7a255b Least load balancer (#2999) 1 year ago
infra fa5d7a255b Least load balancer (#2999) 1 year ago
main fa5d7a255b Least load balancer (#2999) 1 year ago
proxy a0f1e1f377 FakeDNS return TTL=1 and drop HTTPS QType 65 request 1 year ago
testing 10255bca83 Reduce size and time of KCP test 1 year ago
transport cae94570df Fixing tcp connestions leak 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 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
README.md b56917fde5 README: Re-add Compilation 1 year ago
go.mod c100d35b88 Fix a little version issue 1 year ago
go.sum 40e41d8b6b Bump google.golang.org/grpc from 1.61.0 to 1.61.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