Ingen beskrivning

yuhan6665 7e3a8d3a04 Add separate host config for websocket 1 år sedan
.github f9653d0d88 chore(ci): use go version file to specify the go version 1 år sedan
app e2302b421c Update proto file for websocket and httpupgrade (breaking) 1 år sedan
common 657c5c8570 Update HTTPUpgrade spelling and proto 1 år sedan
core 657c5c8570 Update HTTPUpgrade spelling and proto 1 år sedan
features 53e5814d19 API - Add | Remove Routing Rules (#3189) 1 år sedan
infra 7e3a8d3a04 Add separate host config for websocket 1 år sedan
main 53e5814d19 API - Add | Remove Routing Rules (#3189) 1 år sedan
proxy 657c5c8570 Update HTTPUpgrade spelling and proto 1 år sedan
testing a994bf8b04 chore: fix some errors detected by staticcheck (#3089) 1 år sedan
transport 7e3a8d3a04 Add separate host config for websocket 1 år sedan
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 2 år sedan
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 år sedan
LICENSE c7f7c08ead v1.0.0 5 år sedan
Makefile 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 2 år sedan
README.md c05fd2f8c2 Update README.md 1 år sedan
go.mod fac383672c Bump github.com/sagernet/sing from 0.3.6 to 0.3.8 1 år sedan
go.sum fac383672c Bump github.com/sagernet/sing from 0.3.6 to 0.3.8 1 år sedan

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