Нет описания

yuhan6665 592c2daf58 Update go 1.23 (#3730) 1 год назад
.github 592c2daf58 Update go 1.23 (#3730) 1 год назад
app 2be03c56cb Pin protobuf packages (#3715) 1 год назад
common 3dd3bf94d4 Fix data leak between mux.cool connections (#3718) 1 год назад
core 2be03c56cb Pin protobuf packages (#3715) 1 год назад
features 079d0bd8a9 Refactor log (#3446) 1 год назад
infra 1562e1ffb9 Config: Combine filename and format into a new struct (#3687) 1 год назад
main 790f908f0b chore: fix some comment typos (#3716) 1 год назад
proxy 2be03c56cb Pin protobuf packages (#3715) 1 год назад
testing b612da26eb Socks inbound: Support HTTP inbound by default (#3682) 1 год назад
transport 83eef6bc1f SplitHTTP: Fix connection leaks and crashes (#3710) 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 4a1c0d7124 README.md: Rename NFTs to Donation & NFTs 1 год назад
go.mod 5d7dfbbcac Bump github.com/vishvananda/netlink from 1.2.1 to 1.3.0 (#3729) 1 год назад
go.sum 5d7dfbbcac Bump github.com/vishvananda/netlink from 1.2.1 to 1.3.0 (#3729) 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

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