diff --git a/Changelog.md b/Changelog.md index 67efdf5e..cca84c9b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +> v3.6.5 +* 优化docker平台服务管理 + > v3.6.4 * 添加`v2ray update.sh`命令来更新multi-v2ray脚本 diff --git a/README.md b/README.md index af1c51e7..bd53b411 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_EN.md b/README_EN.md index 457c9a5b..f90615db 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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 diff --git a/v2ray_util/__init__.py b/v2ray_util/__init__.py index 94ef2147..f78a1c44 100644 --- a/v2ray_util/__init__.py +++ b/v2ray_util/__init__.py @@ -1,3 +1,3 @@ -__version__ = '3.6.5a3' +__version__ = '3.6.5' from .util_core.trans import _ \ No newline at end of file