mirror of https://github.com/XTLS/Xray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MisakaNo の 小破站
15cf31f30a
|
2 years ago | |
---|---|---|
.github | 2 years ago | |
app | 2 years ago | |
common | 2 years ago | |
core | 2 years ago | |
features | 3 years ago | |
infra | 2 years ago | |
main | 2 years ago | |
proxy | 2 years ago | |
testing | 2 years ago | |
transport | 2 years ago | |
.gitignore | 3 years ago | |
CODE_OF_CONDUCT.md | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago |
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.
License
Mozilla Public License Version 2.0
Documentation
Telegram
Installation
- Linux Script
- Docker
- Web Panel
- One Click
- Magisk
- Homebrew
brew install xray
- (Tap) Repository 0
Usage
- Example
- Xray-examples
- Tutorial
GUI Clients
- OpenWrt
- Windows
- Android
- iOS & macOS arm64
- macOS arm64 & x64
Others that support VLESS, XTLS, REALITY, XUDP, PLUX...
- iOS & macOS arm64
- API Wrapper
- XrayR
- Clash.Meta
- sing-box
Contributing
Credits
This repo relies on the following third-party projects:
- Special thanks:
- In production:
- For testing only:
Compilation
Windows
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main
Linux / macOS
go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main