|
|
il y a 3 mois | |
|---|---|---|
| .github | il y a 3 mois | |
| app | il y a 3 mois | |
| common | il y a 3 mois | |
| core | il y a 3 mois | |
| features | il y a 3 mois | |
| infra | il y a 3 mois | |
| main | il y a 3 mois | |
| proxy | il y a 3 mois | |
| testing | il y a 3 mois | |
| transport | il y a 3 mois | |
| .gitignore | il y a 3 mois | |
| CODE_OF_CONDUCT.md | il y a 4 ans | |
| LICENSE | il y a 5 ans | |
| README.md | il y a 3 mois | |
| go.mod | il y a 3 mois | |
| go.sum | il y a 3 mois |
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.
0xDc3Fe44F0f25D13CACb1C4896CD0D321df3146EeMozilla 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 -gcflags="all=-l=4" -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main
If you are compiling a 32-bit MIPS/MIPSLE target, use this command instead:
CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -gcflags="-l=4" -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main