No Description

RPRX 11b04807b9 Log: Add "from" before source address 1 year ago
.github 2a5eb3db7d Docker: Fix permissions of geosite and geodat (#3634) 1 year ago
app 16de0937a8 Fix typos (#3527) 1 year ago
common 11b04807b9 Log: Add "from" before source address 1 year ago
core 4c82ef8a1b v1.8.23 1 year ago
features 079d0bd8a9 Refactor log (#3446) 1 year ago
infra a3b306aaa4 SplitHTTP: Replace responseOkPadding with xPaddingBytes (#3643) 1 year ago
main 030c9efc8c Commands: Comment some useless codes (#3681) 1 year ago
proxy b612da26eb Socks inbound: Support HTTP inbound by default (#3682) 1 year ago
testing b612da26eb Socks inbound: Support HTTP inbound by default (#3682) 1 year ago
transport 498d8eb3cc DialerProxy: Fix SplitHTTP H3 dialerProxy (#3570) 1 year ago
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
Makefile 16de0937a8 Fix typos (#3527) 1 year ago
README.md 4a1c0d7124 README.md: Rename NFTs to Donation & NFTs 1 year ago
go.mod 08d1840344 Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3680) 1 year ago
go.sum 08d1840344 Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3680) 1 year ago

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