Без опису

dependabot[bot] 19e884bebf Bump golang.org/x/net from 0.38.0 to 0.39.0 (#4598) 6 місяців тому
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 8 місяців тому
app 1685c61e44 DNS: Use cache for NXDOMAIN (rcode 3 error) (#4560) 7 місяців тому
common 681e943848 Chore: Optimize .gitignore (#4564) 7 місяців тому
core ab5d7cf3d2 v25.3.31 7 місяців тому
features 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 7 місяців тому
infra 2d3126b752 Config: Implement missing MarshalJSON for structs having custom UnmarshalJSON (#4585) 6 місяців тому
main d451078e72 Chore: Fix tests (#4440) 8 місяців тому
proxy 17207fc5e4 WireGuard: Improve config error handling; Prevent panic in case of errors during server initialization (#4566) 7 місяців тому
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 7 місяців тому
transport 78a1e37e89 Sockopt: Use Windows `syscall` (#4581) 6 місяців тому
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 7 місяців тому
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 роки тому
LICENSE c7f7c08ead v1.0.0 5 роки тому
README.md eca99771ca README.md: Add Remnawave to Web Panels (#4498) 7 місяців тому
go.mod 19e884bebf Bump golang.org/x/net from 0.38.0 to 0.39.0 (#4598) 6 місяців тому
go.sum 19e884bebf Bump golang.org/x/net from 0.38.0 to 0.39.0 (#4598) 6 місяців тому

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