升级版本到 v1.0.7; 修订文档

This commit is contained in:
hahahrfool
2022-03-22 14:24:06 +08:00
parent 3d31164141
commit 17ebc3a72a
3 changed files with 9 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
# make tags="embed_geoip" macm1
# 目前发布版直接使用go1.18编译你如果想编译出相同文件也要使用go1.18才行
BUILD_VERSION := v1.0.6
BUILD_VERSION := v1.0.7
prefix :=verysimple

View File

@@ -25,8 +25,12 @@ v0协议是直接兼容现有v2ray/xray的比如可以客户端用任何现
经过实际测速就算不使用lazy encrypt等任何附加技术verysimple作为服务端还是要比 v2ray做服务端要快。作客户端时也是成立的。
### 创新之外的已实现的有用特性
使用readv 进行加速
其它监听协议还支持 socks5, http, dokodemo
支持 用tcp/udp/unix domain socket 作为网络层。
多种配置文件格式,包括自有的 toml标准格式
默认回落以及按path 回落
@@ -35,7 +39,7 @@ v0协议是直接兼容现有v2ray/xray的比如可以客户端用任何现
支持utls伪装tls指纹
支持websocket, 使用性能最高的 gobwas/ws 包
支持websocket, 使用性能最高的 gobwas/ws 包,支持 early data 这种 0-rtt方式与现有xray/v2ray兼容
### 关于vless v1

View File

@@ -3,12 +3,12 @@
```sh
wget https://github.com/hahahrfool/v2ray_simple/releases/download/v1.0.5/verysimple_linux_amd64_v1.0.5.tgz
wget https://github.com/hahahrfool/v2ray_simple/releases/download/v1.0.7/verysimple_linux_amd64_v1.0.7.tgz
tar -xzf verysimple_linux_amd64_v1.0.5.tgz
tar -xzf verysimple_linux_amd64_v1.0.7.tgz
sudo mkdir -p /usr/local/etc/verysimple
sudo mv verysimple /usr/local/etc/verysimple/
sudo mv server.example.toml /usr/local/etc/verysimple/server.toml
sudo mv vlesss.server.toml /usr/local/etc/verysimple/server.toml
```