Go to file
RPRX 817fa72874
XHTTP client: Add gRPC header to "stream-up" mode by default (#4042)
""Breaking"": Client uses "stream-up" mode by default when using **TLS H2** or REALITY
2024-11-21 05:45:49 +00:00
.github
app
common Test: Delete temporary file afterwards (#4028) 2024-11-20 05:03:39 +00:00
core v24.11.11 2024-11-11 04:22:33 +00:00
features
infra XHTTP client: Add gRPC header to "stream-up" mode by default (#4042) 2024-11-21 05:45:49 +00:00
main
proxy WireGuard inbound: Fix leaking session information between requests (#4030) 2024-11-20 05:00:40 +00:00
testing
transport XHTTP client: Add gRPC header to "stream-up" mode by default (#4042) 2024-11-21 05:45:49 +00:00
.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
go.mod Bump github.com/sagernet/sing from 0.5.0 to 0.5.1 (#4026) 2024-11-19 03:19:34 +00:00
go.sum Bump github.com/sagernet/sing from 0.5.0 to 0.5.1 (#4026) 2024-11-19 03:19:34 +00:00

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

Announcement of NFTs by Project X

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (non-Chinese)

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

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

Linux / macOS

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

Reproducible Releases

make

Stargazers over time

Stargazers over time