Xray-core/README.md

85 lines
2.6 KiB
Markdown
Raw Normal View History

2020-11-25 11:01:53 +00:00
# Project X
[Project X](https://github.com/XTLS) originates from XTLS protocol, provides a set of network tools such as [Xray-core](https://github.com/XTLS/Xray-core) and [Xray-flutter](https://github.com/XTLS/Xray-flutter).
2020-11-27 08:33:31 +00:00
## License
[Mozilla Public License Version 2.0](https://github.com/XTLS/Xray-core/blob/main/LICENSE)
2020-11-25 11:01:53 +00:00
## Installation
2020-11-27 03:08:28 +00:00
- Linux Script
2020-11-25 11:01:53 +00:00
- [Xray-install](https://github.com/XTLS/Xray-install)
2020-11-27 06:28:34 +00:00
- [Xray-script](https://github.com/kirin10000/Xray-script)
2020-11-25 12:27:18 +00:00
- Docker
- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
2020-12-11 09:32:13 +00:00
- Xray-docker
2020-11-27 03:08:28 +00:00
- One Click
- [ProxySU](https://github.com/proxysu/ProxySU)
- [v2ray-agent](https://github.com/mack-a/v2ray-agent)
2020-12-01 10:20:29 +00:00
- Magisk
- [Xray4Magisk](https://github.com/CerteKim/Xray4Magisk)
- [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk)
2020-12-24 12:43:19 +00:00
- Homebrew
- [Repository 0](https://github.com/N4FA/homebrew-xray)
- [Repository 1](https://github.com/xiruizhao/homebrew-xray)
2020-11-25 11:01:53 +00:00
## Usage
[Xray-examples](https://github.com/XTLS/Xray-examples) / [VLESS-TCP-XTLS-WHATEVER](https://github.com/XTLS/Xray-examples/tree/main/VLESS-TCP-XTLS-WHATEVER)
2020-12-01 10:22:07 +00:00
## GUI Clients
- OpenWrt
- [PassWall](https://github.com/xiaorouji/openwrt-passwall)
2020-12-13 05:55:38 +00:00
- [Hello World](https://github.com/jerrykuku/luci-app-vssr)
- [ShadowSocksR Plus+](https://github.com/fw876/helloworld)
2020-12-01 10:22:07 +00:00
- Windows
- [v2rayN](https://github.com/2dust/v2rayN)
2020-12-13 06:21:50 +00:00
- [Qv2ray](https://github.com/Qv2ray/Qv2ray)
2020-12-01 10:22:07 +00:00
- Android
- [v2rayNG](https://github.com/2dust/v2rayNG)
2020-12-13 06:21:50 +00:00
- [Kitsunebi](https://github.com/rurirei/Kitsunebi/tree/release_xtls)
2020-12-01 10:22:07 +00:00
- iOS / Mac
- [Shadowrocket](https://apps.apple.com/app/shadowrocket/id932747118)
2020-11-25 11:01:53 +00:00
## Credits
This repo relies on the following third-party projects:
- Special thanks:
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core)
- In production:
- [gorilla/websocket](https://github.com/gorilla/websocket)
- [lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go)
- [pires/go-proxyproto](https://github.com/pires/go-proxyproto)
- [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter)
- [google/starlark-go](https://github.com/google/starlark-go)
- For testing only:
- [miekg/dns](https://github.com/miekg/dns)
- [h12w/socks](https://github.com/h12w/socks)
## 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
```
## Telegram
[Project X](https://t.me/projectXray)
[Project X Channel](https://t.me/projectXtls)
2020-11-29 06:35:37 +00:00
## Stargazers over time
[![Stargazers over time](https://starchart.cc/XTLS/Xray-core.svg)](https://starchart.cc/XTLS/Xray-core)