Nav apraksta

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

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