|
|
hace 6 meses | |
|---|---|---|
| .github | hace 8 meses | |
| app | hace 7 meses | |
| common | hace 7 meses | |
| core | hace 7 meses | |
| features | hace 7 meses | |
| infra | hace 6 meses | |
| main | hace 8 meses | |
| proxy | hace 7 meses | |
| testing | hace 7 meses | |
| transport | hace 6 meses | |
| .gitignore | hace 7 meses | |
| CODE_OF_CONDUCT.md | hace 4 años | |
| LICENSE | hace 5 años | |
| README.md | hace 7 meses | |
| go.mod | hace 6 meses | |
| go.sum | hace 6 meses |
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 -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main