Нет описания

风扇滑翔翼 43b57825fa Sockopt: Add dialTimeout 10 месяцев назад
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 11 месяцев назад
app 16eee1b89c Mux server: Clone the session.Content attached on ctx as well 10 месяцев назад
common 16eee1b89c Mux server: Clone the session.Content attached on ctx as well 10 месяцев назад
core e15dff94b5 v25.3.3 10 месяцев назад
features e893fa1828 API: Add user IPs and access times tracking (#4360) 11 месяцев назад
infra 43b57825fa Sockopt: Add dialTimeout 10 месяцев назад
main d451078e72 Chore: Fix tests (#4440) 11 месяцев назад
proxy e466b0497c DNS DoH: Use Chrome's fingerprint & keepAlivePeriod, Add header padding by default 10 месяцев назад
testing ae62a0fb52 Transport: Remove HTTP 1 год назад
transport 43b57825fa Sockopt: Add dialTimeout 10 месяцев назад
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 1 год назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
README.md 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 11 месяцев назад
go.mod 06b4a7ce4d Bump lukechampine.com/blake3 from 1.3.0 to 1.4.0 (#4439) 11 месяцев назад
go.sum 06b4a7ce4d Bump lukechampine.com/blake3 from 1.3.0 to 1.4.0 (#4439) 11 месяцев назад

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