1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

Status page

This commit is contained in:
V2Ray 2015-09-14 14:41:28 +02:00
parent a06f0a4800
commit 0a47c7c5e0
2 changed files with 49 additions and 1 deletions

View File

@ -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
View 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 | |