Go to file
yuhan6665 7c240e8630 Fix null pointer exception for observatory
Core setup router object first, when InjectContext() is called, observatory object is still null,
so observatory need to be injected after InjectContext()
2021-11-20 00:48:02 -05:00
.github
app Fix null pointer exception for observatory 2021-11-20 00:48:02 -05:00
common
core Make it easier to configure multiple listening ports 2021-11-17 23:13:15 -05:00
features
infra Make it easier to configure multiple listening ports 2021-11-17 23:13:15 -05:00
main
proxy Make it easier to configure multiple listening ports 2021-11-17 23:13:15 -05:00
testing Make it easier to configure multiple listening ports 2021-11-17 23:13:15 -05:00
transport
.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
go.mod
go.sum

README.md

Project X

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

License

Mozilla Public License Version 2.0

Installation

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