mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-31 15:01:40 +03:00
Merge pull request #490 from WaterLemons2k/wikipedia
Fix broken Wikipedia links
This commit is contained in:
commit
ee30a158cf
@ -114,7 +114,7 @@
|
||||
是否启用传输层加密,支持的选项有
|
||||
|
||||
- `"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。
|
||||
|
||||
> `tlsSettings`: [TLSObject](#tlsobject)
|
||||
|
@ -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:
|
||||
|
||||
- `"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"/>
|
||||
|
||||
> `tlsSettings`: [TLSObject](#tlsobject)
|
||||
|
Loading…
x
Reference in New Issue
Block a user