mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Status page
This commit is contained in:
parent
a06f0a4800
commit
0a47c7c5e0
@ -31,7 +31,7 @@ V2Ray 是一个翻墙工具包,用于简化和复用其它翻墙工具,加
|
||||
* 2016.04 **2.0** 完成,多服务器模式
|
||||
|
||||
## 进展
|
||||
Version 1.0 Alpha,[安装方式](https://github.com/V2Ray/v2ray-core/blob/master/spec/install.md)。理论上可用,简单测试通过,还未进行稳定性和性能测试。
|
||||
[当前状态](https://github.com/V2Ray/v2ray-core/blob/master/spec/status.md):Version 1.0 Alpha,[安装方式](https://github.com/V2Ray/v2ray-core/blob/master/spec/install.md)。理论上可用,简单测试通过,还未进行稳定性和性能测试。
|
||||
|
||||
## 关于
|
||||
我只是一名普通的开发人员,已肉翻,本已不依赖这些翻墙工具,但 ShadowSock 和 GoAgent 被迫删除代码的事件实在太恶心,不得不做点什么了。
|
||||
|
48
spec/status.md
Normal file
48
spec/status.md
Normal file
@ -0,0 +1,48 @@
|
||||
# 当前状态
|
||||
|
||||
**注释**
|
||||
* A:稳定可用
|
||||
* B:默认开启,还在测试期,可能有各种问题
|
||||
* C:需要手动开启
|
||||
* D:正在调试期,暂不可用
|
||||
* E:计划中,欢迎 Pull Request
|
||||
|
||||
**概况**
|
||||
|
||||
| 功能 | 状态 | 备注 |
|
||||
| --------- | ---- | ---- |
|
||||
| 多用户支持 | B | |
|
||||
| 多服务器支持 | B | |
|
||||
| 负载均衡 | E | |
|
||||
|
||||
**平台支持**
|
||||
| 平台 | 状态 | 备注 |
|
||||
| --------- | ---- | ---- |
|
||||
| golang 编译 | B | |
|
||||
| Windows | E | |
|
||||
| Mac OS | E | |
|
||||
| Ubuntu | E | |
|
||||
| Redhat | E | |
|
||||
| OpenWRT | E | |
|
||||
|
||||
**Socks 5 协议**
|
||||
|
||||
| 功能 | 状态 | 备注 |
|
||||
| --------- | ---- | ---- |
|
||||
| TCP 连接 | B | |
|
||||
| UDP 连接 | E | [Issue #3](https://github.com/v2ray/v2ray-core/issues/3) |
|
||||
| FTP 支持 | E | [Issue #2](https://github.com/v2ray/v2ray-core/issues/2) |
|
||||
|
||||
**[VMess 协议](https://github.com/V2Ray/v2ray-core/blob/master/spec/vmess.md)**
|
||||
|
||||
| 功能 | 状态 | 备注 |
|
||||
| --------- | ---- | ---- |
|
||||
| 单一连接 | B | |
|
||||
| 连接复用 | E | |
|
||||
|
||||
**ShadowSocks 协议**
|
||||
|
||||
| 功能 | 状态 | 备注 |
|
||||
| --------- | ---- | ---- |
|
||||
| 单一连接 | E | |
|
||||
|
Loading…
Reference in New Issue
Block a user