Go to file
yuhan6665 e5e9e58d66 Fix direct flow on Windows 2022-11-27 18:28:38 -05:00
.github replace `set-output` with `$GITHUB_ENV` 2022-11-22 08:17:20 -05:00
app
common fix: Replace "math/rand" with "crypto/rand" in padding generation(#2032) (#1337) 2022-11-14 09:24:24 -05:00
core
features
infra Implement WireGuard protocol as outbound (client) (#1344) 2022-11-21 20:05:54 -05:00
main Implement WireGuard protocol as outbound (client) (#1344) 2022-11-21 20:05:54 -05:00
proxy Fix direct flow on Windows 2022-11-27 18:28:38 -05:00
testing
transport Changed quic MaxIdleTimeout from 30s to 5min & HandshakeIdleTimeout to 8s 2022-11-23 10:52:50 -05:00
.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
go.mod Implement WireGuard protocol as outbound (client) (#1344) 2022-11-21 20:05:54 -05:00
go.sum Implement WireGuard protocol as outbound (client) (#1344) 2022-11-21 20:05:54 -05:00

README.md

Project X

Project X originates from XTLS protocol, provides a set of network tools such as Xray-core.

License

Mozilla Public License Version 2.0

Installation

Contributing

Code Of Conduct

Usage

Xray-examples / VLESS-TCP-XTLS-WHATEVER

GUI Clients

Credits

This repo relies on the following third-party projects:

Compilation

Windows

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

Linux / macOS

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

Telegram

Project X

Project X Channel

Stargazers over time

Stargazers over time