Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix GeoIP CIDR and Stream TLS Certificate display type #385

Merged
merged 2 commits into from
Apr 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix certificate type
certificate field should be an array rather than an object
  • Loading branch information
young-zy authored Mar 13, 2023
commit 7eac30a57bae7b42e43df4458f2b50049c5cf621
2 changes: 1 addition & 1 deletion docs/v5/config/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ security.tls

在连接因为此策略失败时,会展示此证书链散列。不建议使用这种方式获得证书链散列值,因为在这种情况下您没有机会验证此时服务器提供的证书是否为真实证书。

> `certificate`: [CertificateObject](#CertificateObject)
> `certificate`: \[[CertificateObject](#CertificateObject)\]


### CertificateObject
Expand Down