mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 16:41:30 +00:00
Fix documentation
This commit is contained in:
parent
e99741159b
commit
17b78a6339
|
@ -3,6 +3,7 @@
|
||||||
* Add [NTP service](/configuration/ntp)
|
* Add [NTP service](/configuration/ntp)
|
||||||
* Add Add multiple server names and multi-user support for shadowtls
|
* Add Add multiple server names and multi-user support for shadowtls
|
||||||
* Add strict mode support for shadowtls v3
|
* Add strict mode support for shadowtls v3
|
||||||
|
* Add uTLS support for shadowtls v3
|
||||||
|
|
||||||
#### 1.2-beta3
|
#### 1.2-beta3
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
| `trojan` | [Trojan](./trojan) | TCP |
|
| `trojan` | [Trojan](./trojan) | TCP |
|
||||||
| `naive` | [Naive](./naive) | X |
|
| `naive` | [Naive](./naive) | X |
|
||||||
| `hysteria` | [Hysteria](./hysteria) | X |
|
| `hysteria` | [Hysteria](./hysteria) | X |
|
||||||
|
| `shadowtls` | [ShadowTLS](./shadowtls) | TCP |
|
||||||
| `tun` | [Tun](./tun) | X |
|
| `tun` | [Tun](./tun) | X |
|
||||||
| `redirect` | [Redirect](./redirect) | X |
|
| `redirect` | [Redirect](./redirect) | X |
|
||||||
| `tproxy` | [TProxy](./tproxy) | X |
|
| `tproxy` | [TProxy](./tproxy) | X |
|
||||||
|
|
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
... // Dial Fields
|
... // Dial Fields
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"strict_mode": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -72,3 +73,9 @@ Handshake server address and [Dial options](/configuration/shared/dial).
|
||||||
Handshake server address and [Dial options](/configuration/shared/dial) for specific server name.
|
Handshake server address and [Dial options](/configuration/shared/dial) for specific server name.
|
||||||
|
|
||||||
Only available in the ShadowTLS protocol 2/3.
|
Only available in the ShadowTLS protocol 2/3.
|
||||||
|
|
||||||
|
#### strict_mode
|
||||||
|
|
||||||
|
ShadowTLS strict mode.
|
||||||
|
|
||||||
|
Only available in the ShadowTLS protocol 3.
|
||||||
|
|
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
... // 拨号字段
|
... // 拨号字段
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"strict_mode": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -73,3 +74,9 @@ ShadowTLS 用户。
|
||||||
对于特定服务器名称的握手服务器地址和 [拨号参数](/zh/configuration/shared/dial/)。
|
对于特定服务器名称的握手服务器地址和 [拨号参数](/zh/configuration/shared/dial/)。
|
||||||
|
|
||||||
仅在 ShadowTLS 协议版本 2/3 中可用。
|
仅在 ShadowTLS 协议版本 2/3 中可用。
|
||||||
|
|
||||||
|
#### strict_mode
|
||||||
|
|
||||||
|
ShadowTLS 严格模式。
|
||||||
|
|
||||||
|
仅在 ShadowTLS 协议版本 3 中可用。
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
| `hysteria` | [Hysteria](./hysteria) |
|
| `hysteria` | [Hysteria](./hysteria) |
|
||||||
| `shadowsocksr` | [ShadowsocksR](./shadowsocksr) |
|
| `shadowsocksr` | [ShadowsocksR](./shadowsocksr) |
|
||||||
| `vless` | [VLESS](./vless) |
|
| `vless` | [VLESS](./vless) |
|
||||||
|
| `shadowtls` | [ShadowTLS](./shadowtls) |
|
||||||
| `tor` | [Tor](./tor) |
|
| `tor` | [Tor](./tor) |
|
||||||
| `ssh` | [SSH](./ssh) |
|
| `ssh` | [SSH](./ssh) |
|
||||||
| `dns` | [DNS](./dns) |
|
| `dns` | [DNS](./dns) |
|
||||||
|
|
Loading…
Reference in a new issue