From c5c4d53de3ac2fcd7d81009bfb953b9db6ee63ba Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Wed, 8 Dec 2021 08:36:43 +0000 Subject: [PATCH] docs: update wg-basic/yml --- wg-basic/yml.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wg-basic/yml.md b/wg-basic/yml.md index 0027896..02a4833 100644 --- a/wg-basic/yml.md +++ b/wg-basic/yml.md @@ -2,7 +2,7 @@ title: 2.配置文件详解 description: yml配置文件详解 published: true -date: 2021-12-08T08:30:15.359Z +date: 2021-12-08T08:36:39.077Z tags: wg-basic editor: markdown dateCreated: 2021-07-29T06:22:48.973Z @@ -125,6 +125,7 @@ websocket: port: 8081 context: websocket is-encrypt: false + aes-key: 1234567812345678 ``` | 配置 | 属性 | 说明 | 必填 | 默认值 @@ -133,6 +134,7 @@ websocket: | websocket.port | port | 访问端口 | N | 1991 | | websocket.context | context | 上下文 | N | websocket | | websocket.is-encrypt | isEncrypt | 数据是否加密 | N | false | +| websocket.aes-key | aesKey | 长度为16位aes加密秘钥,当is-encrypt 为true时有效 | N | | ## 短信