Sin descripción

mmmray 6838a0ae55 Config: Remove legacy `inbound/outbound/detours` (#3769) hace 1 año
.github 592c2daf58 Update go 1.23 (#3730) hace 1 año
app 8674ed5a0d Support DNS queryStrategy config for UDP NameServer (#3728) hace 1 año
common 3dd3bf94d4 Fix data leak between mux.cool connections (#3718) hace 1 año
core 6baad79f98 v1.8.24 hace 1 año
features 079d0bd8a9 Refactor log (#3446) hace 1 año
infra 6838a0ae55 Config: Remove legacy `inbound/outbound/detours` (#3769) hace 1 año
main c0a98f74fc Transport: Remove DomainSocket (#3757) hace 1 año
proxy f1c439c2aa Revert "Fix freedom PacketReader/PacketWriter type assertion (#3734)" hace 1 año
testing c0a98f74fc Transport: Remove DomainSocket (#3757) hace 1 año
transport c0a98f74fc Transport: Remove DomainSocket (#3757) hace 1 año
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) hace 2 años
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) hace 4 años
LICENSE c7f7c08ead v1.0.0 hace 5 años
Makefile 16de0937a8 Fix typos (#3527) hace 1 año
README.md 1cfed96aba README.md: Add Project VLESS to Telegram hace 1 año
go.mod 3971532798 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3766) hace 1 año
go.sum 3971532798 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3766) hace 1 año

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