Sin descripción

dependabot[bot] 53552d73cc Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#4602) hace 6 meses
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) hace 8 meses
app 1685c61e44 DNS: Use cache for NXDOMAIN (rcode 3 error) (#4560) hace 7 meses
common 681e943848 Chore: Optimize .gitignore (#4564) hace 7 meses
core ab5d7cf3d2 v25.3.31 hace 7 meses
features 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) hace 7 meses
infra 2d3126b752 Config: Implement missing MarshalJSON for structs having custom UnmarshalJSON (#4585) hace 6 meses
main d451078e72 Chore: Fix tests (#4440) hace 8 meses
proxy 17207fc5e4 WireGuard: Improve config error handling; Prevent panic in case of errors during server initialization (#4566) hace 7 meses
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) hace 7 meses
transport 78a1e37e89 Sockopt: Use Windows `syscall` (#4581) hace 6 meses
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) hace 7 meses
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) hace 4 años
LICENSE c7f7c08ead v1.0.0 hace 5 años
README.md eca99771ca README.md: Add Remnawave to Web Panels (#4498) hace 7 meses
go.mod 53552d73cc Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#4602) hace 6 meses
go.sum 53552d73cc Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#4602) hace 6 meses

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