Ingen beskrivning

yuhan6665 02cd3b8c74 Fix SplitHTTP race condition when creating new sessions (#3533) 1 år sedan
.github 573fb4f643 Add Windows 7 builds (#3530) 1 år sedan
app 16de0937a8 Fix typos (#3527) 1 år sedan
common 59819e2a1b Fix log severity (#3535) 1 år sedan
core 9e6d7a3cb0 v1.8.18 1 år sedan
features 079d0bd8a9 Refactor log (#3446) 1 år sedan
infra 308f0c64c3 Add custom Sockopt support (#3517) 1 år sedan
main 16de0937a8 Fix typos (#3527) 1 år sedan
proxy 16de0937a8 Fix typos (#3527) 1 år sedan
testing 75b3ef71a1 fix filename 1 år sedan
transport 02cd3b8c74 Fix SplitHTTP race condition when creating new sessions (#3533) 1 år sedan
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 år sedan
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 år sedan
LICENSE c7f7c08ead v1.0.0 5 år sedan
Makefile 16de0937a8 Fix typos (#3527) 1 år sedan
README.md a4bc422ed1 README: Remove 13 inactive projects 1 år sedan
go.mod 573fb4f643 Add Windows 7 builds (#3530) 1 år sedan
go.sum 39675b7ef7 Upgrade github.com/xtls/reality to 20240712055506 1 år sedan

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