mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-10 02:53:11 +00:00
Update readme
This commit is contained in:
parent
393d211d1e
commit
e8400e65f0
|
@ -1,6 +1,6 @@
|
||||||
# Project X
|
# 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).
|
[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).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
- [Xray-script](https://github.com/kirin10000/Xray-script)
|
- [Xray-script](https://github.com/kirin10000/Xray-script)
|
||||||
- Docker
|
- Docker
|
||||||
- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
|
- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
|
||||||
- Xray-docker
|
|
||||||
- One Click
|
- One Click
|
||||||
- [ProxySU](https://github.com/proxysu/ProxySU)
|
- [ProxySU](https://github.com/proxysu/ProxySU)
|
||||||
- [v2ray-agent](https://github.com/mack-a/v2ray-agent)
|
- [v2ray-agent](https://github.com/mack-a/v2ray-agent)
|
||||||
|
@ -47,7 +46,6 @@
|
||||||
- [Netch (NetFilter & TUN/TAP)](https://github.com/NetchX/Netch)
|
- [Netch (NetFilter & TUN/TAP)](https://github.com/NetchX/Netch)
|
||||||
- Android
|
- Android
|
||||||
- [v2rayNG](https://github.com/2dust/v2rayNG)
|
- [v2rayNG](https://github.com/2dust/v2rayNG)
|
||||||
- [AnXray](https://github.com/XTLS/AnXray)
|
|
||||||
- [Kitsunebi](https://github.com/rurirei/Kitsunebi/tree/release_xtls)
|
- [Kitsunebi](https://github.com/rurirei/Kitsunebi/tree/release_xtls)
|
||||||
- iOS & macOS (with M1 chip)
|
- iOS & macOS (with M1 chip)
|
||||||
- [Shadowrocket](https://apps.apple.com/app/shadowrocket/id932747118)
|
- [Shadowrocket](https://apps.apple.com/app/shadowrocket/id932747118)
|
||||||
|
@ -62,13 +60,17 @@ This repo relies on the following third-party projects:
|
||||||
- Special thanks:
|
- Special thanks:
|
||||||
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core)
|
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core)
|
||||||
- In production:
|
- In production:
|
||||||
|
- [ghodss/yaml](https://github.com/ghodss/yaml)
|
||||||
- [gorilla/websocket](https://github.com/gorilla/websocket)
|
- [gorilla/websocket](https://github.com/gorilla/websocket)
|
||||||
- [lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go)
|
- [lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go)
|
||||||
|
- [pelletier/go-toml](https://github.com/pelletier/go-toml)
|
||||||
- [pires/go-proxyproto](https://github.com/pires/go-proxyproto)
|
- [pires/go-proxyproto](https://github.com/pires/go-proxyproto)
|
||||||
|
- [refraction-networking/utls](https://github.com/refraction-networking/utls)
|
||||||
- [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter)
|
- [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter)
|
||||||
- [google/starlark-go](https://github.com/google/starlark-go)
|
- [google/starlark-go](https://github.com/google/starlark-go)
|
||||||
- For testing only:
|
- For testing only:
|
||||||
- [miekg/dns](https://github.com/miekg/dns)
|
- [miekg/dns](https://github.com/miekg/dns)
|
||||||
|
- [stretchr/testify](https://github.com/stretchr/testify)
|
||||||
- [h12w/socks](https://github.com/h12w/socks)
|
- [h12w/socks](https://github.com/h12w/socks)
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|
Loading…
Reference in a new issue