Browse Source

Fix broken Wikipedia links

pull/490/head
WaterLemons2k 8 months ago committed by GitHub
parent
commit
3fef93e645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/config/transport.md
  2. 2
      docs/en/config/transport.md

2
docs/config/transport.md

@ -114,7 +114,7 @@
是否启用传输层加密,支持的选项有 是否启用传输层加密,支持的选项有
- `"none"` 表示不加密(默认值) - `"none"` 表示不加密(默认值)
- `"tls"` 表示使用 [TLS](https://en.wikipedia.org/wiki/base/transport_Layer_Security)。 - `"tls"` 表示使用 [TLS](https://zh.wikipedia.org/wiki/%E5%82%B3%E8%BC%B8%E5%B1%A4%E5%AE%89%E5%85%A8%E6%80%A7%E5%8D%94%E5%AE%9A)。
- `"reality"` 表示使用 REALITY。 - `"reality"` 表示使用 REALITY。
> `tlsSettings`: [TLSObject](#tlsobject) > `tlsSettings`: [TLSObject](#tlsobject)

2
docs/en/config/transport.md

@ -101,7 +101,7 @@ The type of transport used by the connection's data stream, with a default value
Whether to enable transport layer encryption, with supported options: Whether to enable transport layer encryption, with supported options:
- `"none"` means no encryption (default value). - `"none"` means no encryption (default value).
- `"tls"` means using [TLS](https://en.wikipedia.org/wiki/base/transport_Layer_Security). - `"tls"` means using [TLS](https://en.wikipedia.org/wiki/transport_Layer_Security).
- `"xtls"` means using [XTLS](./features/xtls.md). <Badge text="Deprecated" type="warning"/> - `"xtls"` means using [XTLS](./features/xtls.md). <Badge text="Deprecated" type="warning"/>
> `tlsSettings`: [TLSObject](#tlsobject) > `tlsSettings`: [TLSObject](#tlsobject)

Loading…
Cancel
Save