Ingen beskrivning

Kobe Arthur Scofield f04cb0b288 Config: Remove some legacy fields from V2Ray 3.x era (#3776) 1 år sedan
.github 592c2daf58 Update go 1.23 (#3730) 1 år sedan
app f04cb0b288 Config: Remove some legacy fields from V2Ray 3.x era (#3776) 1 år sedan
common 3dd3bf94d4 Fix data leak between mux.cool connections (#3718) 1 år sedan
core 3d9137cb6f v24.9.7 1 år sedan
features 079d0bd8a9 Refactor log (#3446) 1 år sedan
infra f04cb0b288 Config: Remove some legacy fields from V2Ray 3.x era (#3776) 1 år sedan
main c0a98f74fc Transport: Remove DomainSocket (#3757) 1 år sedan
proxy f1c439c2aa Revert "Fix freedom PacketReader/PacketWriter type assertion (#3734)" 1 år sedan
testing f04cb0b288 Config: Remove some legacy fields from V2Ray 3.x era (#3776) 1 år sedan
transport c0a98f74fc Transport: Remove DomainSocket (#3757) 1 år sedan
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 2 år sedan
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 år sedan
LICENSE c7f7c08ead v1.0.0 5 år sedan
Makefile 16de0937a8 Fix typos (#3527) 1 år sedan
README.md 9438517130 README.md: Add SaeedDev94/Xray to Android clients 1 år sedan
go.mod 3971532798 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3766) 1 år sedan
go.sum 3971532798 Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3766) 1 år sedan

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