Fără Descriere

风扇滑翔翼 95c2113250 Add sniff timeoit 10 luni în urmă
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 10 luni în urmă
app 95c2113250 Add sniff timeoit 10 luni în urmă
common 95c2113250 Add sniff timeoit 10 luni în urmă
core be43f66b63 v25.2.21 10 luni în urmă
features e893fa1828 API: Add user IPs and access times tracking (#4360) 10 luni în urmă
infra 95c2113250 Add sniff timeoit 10 luni în urmă
main a1714cc4ce API: Improve cli usage descriptions (#4401) 10 luni în urmă
proxy b38a53e629 UDS: Use UnixListenerWrapper & UnixConnWrapper (#4413) 10 luni în urmă
testing ae62a0fb52 Transport: Remove HTTP 1 an în urmă
transport b786a50aee XHTTP server: Fix stream-up "single POST problem", Use united httpServerConn instead of recover() 10 luni în urmă
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 1 an în urmă
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 ani în urmă
LICENSE c7f7c08ead v1.0.0 5 ani în urmă
README.md 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 10 luni în urmă
go.mod 71a6d89c23 Bump github.com/quic-go/quic-go from 0.49.0 to 0.50.0 (#4420) 10 luni în urmă
go.sum 71a6d89c23 Bump github.com/quic-go/quic-go from 0.49.0 to 0.50.0 (#4420) 10 luni în urmă

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