Без опису

curlwget 790f908f0b chore: fix some comment typos (#3716) 1 рік тому
.github 2a5eb3db7d Docker: Fix permissions of geosite and geodat (#3634) 1 рік тому
app 790f908f0b chore: fix some comment typos (#3716) 1 рік тому
common 790f908f0b chore: fix some comment typos (#3716) 1 рік тому
core 1562e1ffb9 Config: Combine filename and format into a new struct (#3687) 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 790f908f0b chore: fix some comment typos (#3716) 1 рік тому
testing b612da26eb Socks inbound: Support HTTP inbound by default (#3682) 1 рік тому
transport 160316d53c SplitHTTP: Do not produce too large upload (#3691) 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 16de0937a8 Fix typos (#3527) 1 рік тому
README.md 4a1c0d7124 README.md: Rename NFTs to Donation & NFTs 1 рік тому
go.mod 0df7fa23f8 Bump github.com/cloudflare/circl from 1.3.9 to 1.4.0 (#3712) 1 рік тому
go.sum 0df7fa23f8 Bump github.com/cloudflare/circl from 1.3.9 to 1.4.0 (#3712) 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