No Description

dependabot[bot] 2d7ca4a6a6 Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#4375) 9 months ago
.github db5f18b98c Workflows: Reduce Geodata update frequency (#4369) 9 months ago
app 613c63b165 DNS DoH h2c Remote: Add `verifyPeerCertInNames` "fromMitm" support 9 months ago
common 925a985cc0 Commands: Use ".crt" & ".key" suffixes when generating TLS certificates 9 months ago
core 0a8470cb14 v25.1.30 10 months ago
features e893fa1828 API: Add user IPs and access times tracking (#4360) 9 months ago
infra d4c7cd02fd MITM freedom RAW TLS: Allow "fromMitm" to be written at any position in `verifyPeerCertInNames`, Add checking for `alpn` "fromMitm" 9 months ago
main 925a985cc0 Commands: Use ".crt" & ".key" suffixes when generating TLS certificates 9 months ago
proxy 117de1fd3c MITM freedom RAW TLS: Report website with unexpected Negotiated Protocol / invalid Domain Fronting certificate 9 months ago
testing ae62a0fb52 Transport: Remove HTTP 1 year ago
transport d4c7cd02fd MITM freedom RAW TLS: Allow "fromMitm" to be written at any position in `verifyPeerCertInNames`, Add checking for `alpn` "fromMitm" 9 months ago
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 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 1d9e6bc2f3 README.md: Add XrayUI to Asuswrt-Merlin clients (#4355) 9 months ago
go.mod 2d7ca4a6a6 Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#4375) 9 months ago
go.sum 2d7ca4a6a6 Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#4375) 9 months 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

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (Русский)

Project XHTTP (Persian)

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