No Description

yuhan6665 f0547bc04d Commands: Use creflect.MarshalToJson() as output (#3674) 1 year ago
.github 2a5eb3db7d Docker: Fix permissions of geosite and geodat (#3634) 1 year ago
app 16de0937a8 Fix typos (#3527) 1 year ago
common f0547bc04d Commands: Use creflect.MarshalToJson() as output (#3674) 1 year ago
core 4c82ef8a1b v1.8.23 1 year ago
features 079d0bd8a9 Refactor log (#3446) 1 year ago
infra a3b306aaa4 SplitHTTP: Replace responseOkPadding with xPaddingBytes (#3643) 1 year ago
main f0547bc04d Commands: Use creflect.MarshalToJson() as output (#3674) 1 year ago
proxy 9e93c19161 Freedom: Combine fragmented tlshello if interval is 0 (#3663) 1 year ago
testing 75b3ef71a1 fix filename 1 year ago
transport 498d8eb3cc DialerProxy: Fix SplitHTTP H3 dialerProxy (#3570) 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 16de0937a8 Fix typos (#3527) 1 year ago
README.md 4a1c0d7124 README.md: Rename NFTs to Donation & NFTs 1 year ago
go.mod 96e8b8b279 Bump golang.org/x/sys from 0.23.0 to 0.24.0 (#3662) 1 year ago
go.sum 96e8b8b279 Bump golang.org/x/sys from 0.23.0 to 0.24.0 (#3662) 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.

Donation & NFTs

Announcement of NFTs by Project X

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