Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
升级版本号到v1.0.6; 修订文档
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Mar 20, 2022
1 parent 89e3c8a commit 6a98486
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# make tags="embed_geoip" macm1
# 目前发布版直接使用go1.18编译,你如果想编译出相同文件,也要使用go1.18才行

BUILD_VERSION := v1.0.5
BUILD_VERSION := v1.0.6

prefix :=verysimple

Expand All @@ -35,7 +35,7 @@ ifdef PACK
define compile
GOOS=$(2) GOARCH=$(3) $(cmd) $(1)
mv $(1) verysimple$(4)
tar -czf $(1).tgz verysimple$(4) vlesss.server.toml vlesss.client.toml ws.client.toml ws.server.toml
tar -czf $(1).tgz verysimple$(4) vlesss.server.toml vlesss.client.toml ws.client.toml ws.server.toml z_multi.client.toml z_multi.server.toml
rm verysimple$(4)
endef

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ verysimple项目大大简化了 转发机制,能提高运行速度。本项目

## 创新点

实现了vless协议(v0,v1)和vlesss(即vless+tcp+tls),入口使用socks5协议
实现了vless协议(v0,v1)和vlesss(即vless+tcp+tls),

其它监听协议还支持 socks5, http, dokodemo

在本项目里 制定 并实现了 vless v1标准,添加了非mux的fullcone;

Expand All @@ -27,7 +29,7 @@ v0协议是直接兼容现有v2ray/xray的,比如可以客户端用任何现

默认回落,以及按path 回落

按 geoip 分流,以及 按国别 顶级域名分流,用到了 mmdb
按 geoip,ip,cidr,domain,inTag,network 分流,以及 按国别 顶级域名分流,用到了 mmdb

支持utls伪装tls指纹

Expand Down
3 changes: 2 additions & 1 deletion z_multi.client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ dialTag = "my_vless1"
# 其它分流匹配示例:
# ip = ["0.0.0.0/8","10.0.0.0/8","fe80::/10","10.0.0.1"]
# domain = ["www.google.com","www.twitter.com"]
# network = ["tcp","udp"]
# network = ["tcp","udp"]
# inTag = ["tag1","tag2"]

0 comments on commit 6a98486

Please sign in to comment.