No Description

Meow d44c78b819 Workflows: Refactor docker (#4738) 4 months ago
.github d44c78b819 Workflows: Refactor docker (#4738) 4 months ago
app bb0e561caf Sniffer: Fix potential infinite loop (#4726) 5 months ago
common ef1c165cc5 QUIC sniffer: Fix potential slice panic (#4732) 5 months ago
core d0c80fc80d Core: Export the running bool (#4775) 4 months ago
features 882975ce5a DNS Host: Removing code that was not being executed and should not be executed. (#4721) 5 months ago
infra 462bc3cfba BurstObservatory: Fix nil panic when pingConfig is missing (#4757) 5 months ago
main d451078e72 Chore: Fix tests (#4440) 8 months ago
proxy aa4134f4a6 DNS: Fix some bugs; Refactors; Optimizations (#4659) 6 months ago
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 7 months ago
transport 09d84c42e9 REALITY protocol: Remove ChaCha20-Poly1305 support for REALITY's session id auth 5 months ago
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 7 months ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
README.md f1116cee60 README.md: Rename FoXray to OneXray in GUI Clients (#4754) 5 months ago
go.mod 1f49bfc6a5 Bump golang.org/x/net from 0.40.0 to 0.41.0 (#4786) 4 months ago
go.sum 1f49bfc6a5 Bump golang.org/x/net from 0.40.0 to 0.41.0 (#4786) 4 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

One-line Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main

Reproducible Releases

Make sure that you are using the same Go version, and remember to set the git commit id (7 bytes):

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main

Stargazers over time

Stargazers over time