Нет описания

yuhan6665 9b6141b83f Wireguard dial with context 1 год назад
.github b98d060ee0 Improve the issue templates 1 год назад
app 017f53b5fc Add session context outbounds as slice (#3356) 1 год назад
common 017f53b5fc Add session context outbounds as slice (#3356) 1 год назад
core 416f2df11c v1.8.12 1 год назад
features 017f53b5fc Add session context outbounds as slice (#3356) 1 год назад
infra 84eeb56ae4 Select alive only node when fallbackTag is given 1 год назад
main cabc4c6013 Command: Add `tls ech` for ech config generation 1 год назад
proxy 9b6141b83f Wireguard dial with context 1 год назад
testing 447a49d16a Add configuration item api->listen. (#3317) 1 год назад
transport 017f53b5fc Add session context outbounds as slice (#3356) 1 год назад
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 год назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
Makefile 98a2e2c7a1 Adding notes for critical build file (#3308) 1 год назад
README.md a476310aec README: Remove iamybj/docker-xray 1 год назад
go.mod 29c6318ffe Upgrade github.com/xtls/reality to 20240429224917 1 год назад
go.sum 29c6318ffe Upgrade github.com/xtls/reality to 20240429224917 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.

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