Go to file
yuhan6665 f0547bc04d Commands: Use creflect.MarshalToJson() as output (#3674) 2024-08-12 05:59:23 -05:00
.github
app
common Commands: Use creflect.MarshalToJson() as output (#3674) 2024-08-12 05:59:23 -05:00
core
features
infra SplitHTTP: Replace responseOkPadding with xPaddingBytes (#3643) 2024-08-10 21:47:42 +00:00
main Commands: Use creflect.MarshalToJson() as output (#3674) 2024-08-12 05:59:23 -05:00
proxy Freedom: Combine fragmented tlshello if interval is 0 (#3663) 2024-08-10 05:06:00 +00:00
testing
transport DialerProxy: Fix SplitHTTP H3 dialerProxy (#3570) 2024-08-11 12:58:52 -04:00
.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md README.md: Rename NFTs to Donation & NFTs 2024-08-07 13:15:25 +00:00
go.mod Bump golang.org/x/sys from 0.23.0 to 0.24.0 (#3662) 2024-08-09 02:25:33 +00:00
go.sum Bump golang.org/x/sys from 0.23.0 to 0.24.0 (#3662) 2024-08-09 02:25:33 +00:00

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