Skip to content

Commit

Permalink
update plugin config (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored Jul 16, 2024
1 parent a85ff88 commit b118f7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/zh-cn/docs/Reference/client-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ description: >
| localAddr | string | 本地 HTTPS 服务地址。 | Yes |
| hostHeaderRewrite | string | 替换 Host header。 | No |
| requestHeaders | [HeaderOperations](../common#headeroperations) | 对请求 Header 的操作配置。 | No |
| enableHTTP2 | bool | 是否启用 HTTP/2,默认启用。 | No |
| crtPath | string | TLS 证书文件路径。 | No |
| keyPath | string | TLS 密钥文件路径。 | No |

Expand All @@ -59,5 +60,6 @@ description: >
| localAddr | string | 本地 HTTPS 服务地址。 | Yes |
| hostHeaderRewrite | string | 替换 Host header。 | No |
| requestHeaders | [HeaderOperations](../common#headeroperations) | 对请求 Header 的操作配置。 | No |
| enableHTTP2 | bool | 是否启用 HTTP/2,默认启用。 | No |
| crtPath | string | TLS 证书文件路径。 | No |
| keyPath | string | TLS 密钥文件路径。 | No |

0 comments on commit b118f7c

Please sign in to comment.