Skip to content

Commit

Permalink
update v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Sep 28, 2019
1 parent 7c26bbf commit 7aae7a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> v3.6.5
* 优化docker平台服务管理

> v3.6.4
* 添加`v2ray update.sh`命令来更新multi-v2ray脚本

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ docker run -d --name v2ray --restart always --network host jrohy/v2ray
docker exec v2ray bash -c "v2ray info"
```

如果修改了v2ray配置文件直接重启v2ray容器来生效:
```
docker restart v2ray
```

**warning**: 如果用centos,需要先关闭防火墙
```
systemctl stop firewalld.service
Expand Down
5 changes: 0 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ check v2ray profile:
docker exec v2ray bash -c "v2ray info"
```

only restart container to make effect when u change v2ray config.json:
```
docker restart v2ray
```

**warning**: if u run with centos, u should close firewall first
```
systemctl stop firewalld.service
Expand Down
2 changes: 1 addition & 1 deletion v2ray_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '3.6.5a3'
__version__ = '3.6.5'

from .util_core.trans import _

0 comments on commit 7aae7a6

Please sign in to comment.