|
8 月之前 | |
---|---|---|
.github | 8 月之前 | |
app | 8 月之前 | |
common | 8 月之前 | |
core | 8 月之前 | |
features | 8 月之前 | |
infra | 8 月之前 | |
main | 8 月之前 | |
proxy | 8 月之前 | |
testing | 10 月之前 | |
transport | 8 月之前 | |
.gitignore | 1 年之前 | |
CODE_OF_CONDUCT.md | 4 年之前 | |
LICENSE | 4 年之前 | |
README.md | 8 月之前 | |
go.mod | 8 月之前 | |
go.sum | 8 月之前 |
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.
0xDc3Fe44F0f25D13CACb1C4896CD0D321df3146Ee
Mozilla Public License Version 2.0
Project VLESS (Русский)
Project XHTTP (Persian)
systemd
and OpenRC; Linux-only)brew install xray
$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main
CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main
Make sure that you are using the same Go version, and remember to set the git commit id (7 bytes):
CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main