Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Feb 18, 2022
1 parent 74087a6 commit 88859ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ VPN_DNS_NAME=vpn.example.com
VPN_CLIENT_NAME=your_client_name
```

默认情况下,导入 IKEv2 客户端配置文件时不需要密码。你可以选择使用随机密码保护客户端配置文件。这是可选的。
默认情况下,导入 IKEv2 客户端配置时不需要密码。你可以选择使用随机密码保护客户端配置文件。这是可选的。

```
VPN_PROTECT_CONFIG=yes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You may optionally specify a name for the first IKEv2 client. Use one word only,
VPN_CLIENT_NAME=your_client_name
```

By default, no password is required when importing IKEv2 client config files. You may optionally choose to protect client config files using a random password.
By default, no password is required when importing IKEv2 client configuration. You may optionally choose to protect client config files using a random password.

```
VPN_PROTECT_CONFIG=yes
Expand Down
2 changes: 1 addition & 1 deletion vpn.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
# VPN_DNS_SRV2=1.0.0.1

# Protect IKEv2 client config files using a password
# - By default, no password is required when importing IKEv2 client config files
# - By default, no password is required when importing IKEv2 client configuration
# - Uncomment if you want to protect these files using a random password
# VPN_PROTECT_CONFIG=yes

0 comments on commit 88859ef

Please sign in to comment.