Sem descrição

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

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