Нет описания

mmmray 6838a0ae55 Config: Remove legacy `inbound/outbound/detours` (#3769) 1 год назад
.github 592c2daf58 Update go 1.23 (#3730) 1 год назад
app 8674ed5a0d Support DNS queryStrategy config for UDP NameServer (#3728) 1 год назад
common 3dd3bf94d4 Fix data leak between mux.cool connections (#3718) 1 год назад
core 6baad79f98 v1.8.24 1 год назад
features 079d0bd8a9 Refactor log (#3446) 1 год назад
infra 6838a0ae55 Config: Remove legacy `inbound/outbound/detours` (#3769) 1 год назад
main c0a98f74fc Transport: Remove DomainSocket (#3757) 1 год назад
proxy f1c439c2aa Revert "Fix freedom PacketReader/PacketWriter type assertion (#3734)" 1 год назад
testing c0a98f74fc Transport: Remove DomainSocket (#3757) 1 год назад
transport c0a98f74fc Transport: Remove DomainSocket (#3757) 1 год назад
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 2 лет назад
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 1cfed96aba README.md: Add Project VLESS to Telegram 1 год назад
go.mod 3971532798 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3766) 1 год назад
go.sum 3971532798 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3766) 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

Announcement of NFTs by Project X

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