Без опису

yuhan6665 a15334b395 Go back to first fix (revet d21e9b0abd3a3472c07fafd7f407f3a08d99e07a) 1 рік тому
.github dd635c7c8d Bump nick-fields/retry from 2 to 3 1 рік тому
app d83ccaeea9 Clean up legacy compile directive 1 рік тому
common 3a99520370 Add PROXY Protocol support for freedom outbound 1 рік тому
core 961cf9d3b1 Remove slices dependency. (#2930) 1 рік тому
features 11b61b02c8 Refine environment var 2 роки тому
infra 3a99520370 Add PROXY Protocol support for freedom outbound 1 рік тому
main 44bb83033f Add sub-command "-dump" to "run". (#2854) 1 рік тому
proxy a15334b395 Go back to first fix (revet d21e9b0abd3a3472c07fafd7f407f3a08d99e07a) 1 рік тому
testing 10255bca83 Reduce size and time of KCP test 1 рік тому
transport 303beff5dd Fix SockOpt does not work in UDP 1 рік тому
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 рік тому
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 роки тому
LICENSE c7f7c08ead v1.0.0 5 роки тому
Makefile 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 рік тому
README.md b56917fde5 README: Re-add Compilation 1 рік тому
go.mod 40e41d8b6b Bump google.golang.org/grpc from 1.61.0 to 1.61.1 1 рік тому
go.sum 40e41d8b6b Bump google.golang.org/grpc from 1.61.0 to 1.61.1 1 рік тому

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