Нет описания

yuhan6665 3ed502abbb Try fix OnlineMap SIGSEGV and simplify code 1 год назад
.github dd4ba823f5 Workflows: Trigger all Build & Test on all branches & files 1 год назад
app 3ed502abbb Try fix OnlineMap SIGSEGV and simplify code 1 год назад
common c8b17ad18d Build: Use patched newer Go version to build Windows 7 assets (#4192) 1 год назад
core e80ca67fee v25.1.1 1 год назад
features 83bab5dd90 Chore: Run gofmt (#3990) 1 год назад
infra 0658c9545b Freedom config: Fix noises delay (#4233) 1 год назад
main b287d6419b chore: use errors.New to replace fmt.Errorf with no parameters (#4204) 1 год назад
proxy 0658c9545b Freedom config: Fix noises delay (#4233) 1 год назад
testing ae62a0fb52 Transport: Remove HTTP 1 год назад
transport 369d8944cf Sockopt config: Add `penetrate` for XHTTP U-D-S, Remove `tcpNoDelay` 1 год назад
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 1 год назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
Makefile 16de0937a8 Fix typos (#3527) 1 год назад
README.md 9cb6816383 README.md: Update Donation & NFTs 1 год назад
go.mod 8a6a5385ff Upgrade quic-go to patched v0.48.2 1 год назад
go.sum 8a6a5385ff Upgrade quic-go to patched v0.48.2 1 год назад

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

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (non-Chinese)

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