diff --git a/content/zh-cn/docs/Reference/client-plugin.md b/content/zh-cn/docs/Reference/client-plugin.md index 55d7d60..a454e75 100644 --- a/content/zh-cn/docs/Reference/client-plugin.md +++ b/content/zh-cn/docs/Reference/client-plugin.md @@ -63,3 +63,11 @@ description: > | enableHTTP2 | bool | 是否启用 HTTP/2,默认启用。 | No | | crtPath | string | TLS 证书文件路径。 | No | | keyPath | string | TLS 密钥文件路径。 | No | + +### TLS2RawPluginOptions + +| Field | Type | Description | Required | +| :--- | :--- | :--- | :--- | +| localAddr | string | 本地服务地址。 | Yes | +| crtPath | string | TLS 证书文件路径。 | No | +| keyPath | string | TLS 密钥文件路径。 | No |