暫無描述

dependabot[bot] 72170d8b6b Bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1 (#4719) 6 月之前
.github 6ed636840b Bump actions/github-script from 6 to 7 (#4708) 6 月之前
app 59aa5e1b88 DNS: temporary appending hosts results (#4702) 6 月之前
common aa4134f4a6 DNS: Fix some bugs; Refactors; Optimizations (#4659) 6 月之前
core 87ab8e5128 v25.4.30 6 月之前
features aa4134f4a6 DNS: Fix some bugs; Refactors; Optimizations (#4659) 6 月之前
infra 5f3ae64f0c Sockopt: Allow `customSockopt` work for Windows & Darwin (#4576) 7 月之前
main d451078e72 Chore: Fix tests (#4440) 8 月之前
proxy aa4134f4a6 DNS: Fix some bugs; Refactors; Optimizations (#4659) 6 月之前
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 7 月之前
transport 19ba9cbe91 Chore: Update gVisor to the latest version; Fmt .go files (#4663) 6 月之前
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 7 月之前
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 年之前
LICENSE c7f7c08ead v1.0.0 5 年之前
README.md 2916b1b977 README.md: Rename Clash.Meta to mihomo in Others 7 月之前
go.mod 72170d8b6b Bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1 (#4719) 6 月之前
go.sum 72170d8b6b Bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1 (#4719) 6 月之前

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