Brak opisu

Cl-He-O 7a2f42f8d5 Fix issues related to android client (#4616) 1 rok temu
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 1 rok temu
app 7a2f42f8d5 Fix issues related to android client (#4616) 1 rok temu
common 681e943848 Chore: Optimize .gitignore (#4564) 1 rok temu
core ab5d7cf3d2 v25.3.31 1 rok temu
features 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 1 rok temu
infra 2d3126b752 Config: Implement missing MarshalJSON for structs having custom UnmarshalJSON (#4585) 1 rok temu
main d451078e72 Chore: Fix tests (#4440) 1 rok temu
proxy 7a2f42f8d5 Fix issues related to android client (#4616) 1 rok temu
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 1 rok temu
transport 7a2f42f8d5 Fix issues related to android client (#4616) 1 rok temu
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 1 rok temu
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 lat temu
LICENSE c7f7c08ead v1.0.0 5 lat temu
README.md eca99771ca README.md: Add Remnawave to Web Panels (#4498) 1 rok temu
go.mod 53552d73cc Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#4602) 1 rok temu
go.sum 53552d73cc Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#4602) 1 rok temu

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.

Donation & NFTs

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (Русский)

Project XHTTP (Persian)

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

One-line Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -ldflags="-s -w -buildid=" -v ./main

Reproducible Releases

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

Stargazers over time

Stargazers over time