Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinTan committed May 29, 2024
1 parent 3c3105d commit f3e3826
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@

openvpn 安全与加密相关配置参考于[openvpn-install](https://github.com/angristan/openvpn-install)的Security and Encryption部分。

> 提示:
>
> 1.登录账号密码默认`admin:admin`可通过环境变量修改
> 2.web->管理->客户端里生成下载客户端配置文件
> 3.web->管理->VPN 账号里管理添加账号,默认启用账号验证可在 VPN 账号里开启或关闭。
>
> 注意:
>
> 1.默认生成的 server.conf 配置文件里 push "redirect-gateway def1 bypass-dhcp"是禁用的,如果需要客户端所有流量都走 openvpn 请把配置文件里 push 前面注释去掉然后docker-compose restart重启容器。
> 2.在创建客户端后关闭账号验证客户端的配置文件存在auth-user-pass参数客户端会依旧弹出登录,虽然登录账号信息不做验证有弹窗困扰的建议手动编辑客户端配置文件注释掉参数或重新生成客户端配置文件。
![image-20240529110841439](https://raw.githubusercontent.com/GavinTan/files/master/picgo/image-20240529110841439.png)

![20220930173030](https://raw.githubusercontent.com/GavinTan/files/master/picgo/20220930173030.png)

![20220930173103](https://raw.githubusercontent.com/GavinTan/files/master/picgo/20220930173103.png)

> 提示:
>
> 1. 登录账号密码默认`admin:admin`可通过环境变量修改
> 2. web->管理->客户端里生成下载客户端配置文件
> 3. web->管理->VPN 账号里管理添加账号,默认启用账号验证可在 VPN 账号里开启或关闭。
>
>
>
> 注意:
>
> 1. 默认生成的 server.conf 配置文件里 push "redirect-gateway def1 bypass-dhcp"是禁用的,如果需要客户端所有流量都走 openvpn 请把配置文件里 push 前面注释去掉然后docker-compose restart重启容器。
> 2. 在创建客户端后关闭账号验证客户端的配置文件存在auth-user-pass参数客户端会依旧弹出登录,登录信息可以随便输入不会做验证,若有弹窗困扰的建议手动编辑客户端配置文件注释掉参数或重新生成客户端配置文件。
## Quick Start

- 安装 docker-compose
Expand Down

0 comments on commit f3e3826

Please sign in to comment.