1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-02-18 23:00:43 +00:00
yuhan6665 38ef5eac28 Add seed padding logic
- Seed is decoupled with XTLS Vision, which means Seed can turn on without flow
- XTLS Vision now use Seed config to configure its padding only mode
2024-11-28 21:49:53 -05:00
2024-11-30 04:16:35 +00:00
2024-11-09 11:16:11 +00:00
2024-11-09 11:16:11 +00:00
2024-11-28 21:49:53 -05:00
2024-11-30 04:16:35 +00:00
2020-11-25 19:01:53 +08:00
2024-07-12 00:20:06 +02:00

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

Description
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Readme MPL-2.0 13 MiB
Languages
Go 99.6%
HTML 0.2%
Shell 0.1%