Tidak Ada Deskripsi

Meo597 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 11 bulan lalu
.github 958b13ebb5 Build: End of the easily mistaken 'Makefile' (#4395) 1 tahun lalu
app 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 11 bulan lalu
common 2d3210e4b8 Env: Add `XRAY_LOCATION_CERT` variable (#4536) 11 bulan lalu
core 2cba2c4d59 v25.3.6 11 bulan lalu
features 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 11 bulan lalu
infra 2d3210e4b8 Env: Add `XRAY_LOCATION_CERT` variable (#4536) 11 bulan lalu
main d451078e72 Chore: Fix tests (#4440) 11 bulan lalu
proxy 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 11 bulan lalu
testing 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 11 bulan lalu
transport 4afe2d0cff DNS: Support returning upstream TTL to clients (#4526) 11 bulan lalu
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 1 tahun lalu
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 tahun lalu
LICENSE c7f7c08ead v1.0.0 5 tahun lalu
README.md eca99771ca README.md: Add Remnawave to Web Panels (#4498) 11 bulan lalu
go.mod 673a9ae063 Bump github.com/quic-go/quic-go from 0.50.0 to 0.50.1 (#4539) 11 bulan lalu
go.sum 673a9ae063 Bump github.com/quic-go/quic-go from 0.50.0 to 0.50.1 (#4539) 11 bulan lalu

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