No Description

lunafe b091076bae fix #2970 parsing IPv6 address in wireguard peers configure 1 year ago
.github dd635c7c8d Bump nick-fields/retry from 2 to 3 1 year ago
app d83ccaeea9 Clean up legacy compile directive 1 year ago
common 3a99520370 Add PROXY Protocol support for freedom outbound 1 year ago
core 961cf9d3b1 Remove slices dependency. (#2930) 1 year ago
features 11b61b02c8 Refine environment var 2 years ago
infra 3a99520370 Add PROXY Protocol support for freedom outbound 1 year ago
main 44bb83033f Add sub-command "-dump" to "run". (#2854) 1 year ago
proxy b091076bae fix #2970 parsing IPv6 address in wireguard peers configure 1 year ago
testing 10255bca83 Reduce size and time of KCP test 1 year ago
transport 303beff5dd Fix SockOpt does not work in UDP 1 year ago
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
Makefile 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
README.md b56917fde5 README: Re-add Compilation 1 year ago
go.mod 7c9e3f97f1 Bump golang.org/x/net from 0.20.0 to 0.21.0 1 year ago
go.sum 7c9e3f97f1 Bump golang.org/x/net from 0.20.0 to 0.21.0 1 year ago

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.

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

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