Nessuna descrizione

风扇滑翔翼 644901d1a5 Socks4a server: Check if the client sends an IP address as domain (#3628) 1 anno fa
.github 521d8ef6a1 Docker: Add multi-arch builds and Loyalsoldier flavor (#3589) 1 anno fa
app 16de0937a8 Fix typos (#3527) 1 anno fa
common 644901d1a5 Socks4a server: Check if the client sends an IP address as domain (#3628) 1 anno fa
core 4c82ef8a1b v1.8.23 1 anno fa
features 079d0bd8a9 Refactor log (#3446) 1 anno fa
infra 4b7947cca9 SplitHTTP server: add ok padding (#3614) 1 anno fa
main 16de0937a8 Fix typos (#3527) 1 anno fa
proxy 644901d1a5 Socks4a server: Check if the client sends an IP address as domain (#3628) 1 anno fa
testing 75b3ef71a1 fix filename 1 anno fa
transport 4b7947cca9 SplitHTTP server: add ok padding (#3614) 1 anno fa
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 anno fa
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 anni fa
LICENSE c7f7c08ead v1.0.0 5 anni fa
Makefile 16de0937a8 Fix typos (#3527) 1 anno fa
README.md a4bc422ed1 README: Remove 13 inactive projects 1 anno fa
go.mod 7e24239c9a Bump github.com/quic-go/quic-go from 0.45.1 to 0.45.2 (#3623) 1 anno fa
go.sum 7e24239c9a Bump github.com/quic-go/quic-go from 0.45.1 to 0.45.2 (#3623) 1 anno fa

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