Update documentation

This commit is contained in:
世界 2022-08-26 11:10:02 +08:00
parent 07a0381f8b
commit 9d8d1cd69d
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
13 changed files with 38 additions and 30 deletions

View File

@ -47,7 +47,7 @@ DNS 服务器的地址。
!!! warning ""
默认安装不包含 QUIC 和 HTTP3 传输层,请参阅 [安装](/zh/#installation)。
默认安装不包含 QUIC 和 HTTP3 传输层,请参阅 [安装](/zh/#_2)。
!!! info ""

View File

@ -18,7 +18,7 @@
!!! error ""
默认安装不包含 Clash API参阅 [安装](/zh/#installation)。
默认安装不包含 Clash API参阅 [安装](/zh/#_2)。
!!! note ""

View File

@ -32,7 +32,7 @@
!!! warning ""
默认安装不包含被 Hysteria 依赖的 QUIC参阅 [安装](/zh/#installation)。
默认安装不包含被 Hysteria 依赖的 QUIC参阅 [安装](/zh/#_2)。
### Hysteria 字段

View File

@ -30,7 +30,7 @@
!!! warning ""
默认安装不包含 HTTP3 传输层, 参阅 [安装](/zh/#installation)。
默认安装不包含 HTTP3 传输层, 参阅 [安装](/zh/#_2)。
### Naive 字段

View File

@ -107,7 +107,7 @@ TCP/IP 栈。
!!! warning ""
默认安装不包含 LWIP 栈,请参阅 [安装](/zh/#installation)。
默认安装不包含 LWIP 栈,请参阅 [安装](/zh/#_2)。
#### include_uid

View File

@ -38,7 +38,7 @@
!!! warning ""
默认安装不包含被 Hysteria 依赖的 QUIC参阅 [安装](/zh/#installation)。
默认安装不包含被 Hysteria 依赖的 QUIC参阅 [安装](/zh/#_2)。
### Hysteria 字段

View File

@ -30,7 +30,7 @@
!!! info ""
默认安装不包含嵌入式 Tor, 参阅 [安装](/zh/#installation)。
默认安装不包含嵌入式 Tor, 参阅 [安装](/zh/#_2)。
### Tor 字段

View File

@ -35,7 +35,7 @@
!!! warning ""
默认安装不包含 WireGuard, 参阅 [安装](/zh/#installation)。
默认安装不包含 WireGuard, 参阅 [安装](/zh/#_2)。
### WireGuard 字段

View File

@ -32,7 +32,7 @@
!!! warning ""
默认安装不包含 ACME参阅 [安装](/zh/#installation)。
默认安装不包含 ACME参阅 [安装](/zh/#_2)。
### 出站

View File

@ -108,6 +108,10 @@ It needs to be consistent with the server.
}
```
!!! warning ""
QUIC is not included by default, see [Installation](/#installation).
!!! warning "Difference from v2ray-core"
No additional encryption support:

View File

@ -107,6 +107,10 @@ HTTP 请求的额外标头。
}
```
!!! warning ""
默认安装不包含 QUIC, 参阅 [安装](/zh/#_2)。
!!! warning "与 v2ray-core 的区别"
没有额外的加密支持:
@ -116,7 +120,7 @@ HTTP 请求的额外标头。
!!! warning ""
默认安装不包含 gRPC, 参阅 [安装](/zh/#installation)。
默认安装不包含 gRPC, 参阅 [安装](/zh/#_2)。
```json
{

View File

@ -23,9 +23,9 @@ go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@lat
```
| Build Tag | Description |
|------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `with_quic` | Build with QUIC support, see [QUIC and HTTP3 dns transports](./configuration/dns/server), [Naive inbound](./configuration/inbound/naive), [Hysteria Inbound](./configuration/inbound/hysteria) and [Hysteria Outbound](./configuration/outbound/hysteria). |
| `with_grpc` | Build with gRPC support, see [V2Ray Transport#gRPC](/configuration/shared/v2ray-transport#grpc). |
|------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `with_quic` | Build with QUIC support, see [QUIC and HTTP3 dns transports](./configuration/dns/server), [Naive inbound](./configuration/inbound/naive), [Hysteria Inbound](./configuration/inbound/hysteria), [Hysteria Outbound](./configuration/outbound/hysteria) and [V2Ray Transport#QUIC](./configuration/shared/v2ray-transport#quic). |
| `with_grpc` | Build with gRPC support, see [V2Ray Transport#gRPC](./configuration/shared/v2ray-transport#grpc). |
| `with_wireguard` | Build with WireGuard support, see [WireGuard outbound](./configuration/outbound/wireguard). |
| `with_acme` | Build with ACME TLS certificate issuer support, see [TLS](./configuration/shared/tls). |
| `with_clash_api` | Build with Clash API support, see [Experimental](./configuration/experimental#clash-api-fields). |

View File

@ -23,9 +23,9 @@ go install -v -tags with_clash_api github.com/sagernet/sing-box/cmd/sing-box@lat
```
| 构建标志 | 描述 |
|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `with_quic` | 启用 QUIC 支持,参阅 [QUIC 和 HTTP3 DNS 传输层](./configuration/dns/server)[Naive 入站](./configuration/inbound/naive)[Hysteria 入站](./configuration/inbound/hysteria) 和 [Hysteria 出站](./configuration/outbound/hysteria)。 |
| `with_grpc` | 启用 gRPC 支持,参阅 [V2Ray 传输层#gRPC](/configuration/shared/v2ray-transport#grpc)。 |
|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `with_quic` | 启用 QUIC 支持,参阅 [QUIC 和 HTTP3 DNS 传输层](./configuration/dns/server)[Naive 入站](./configuration/inbound/naive)[Hysteria 入站](./configuration/inbound/hysteria)[Hysteria 出站](./configuration/outbound/hysteria) 和 [V2Ray 传输层#QUIC](./configuration/shared/v2ray-transport#quic)。 |
| `with_grpc` | 启用 gRPC 支持,参阅 [V2Ray 传输层#gRPC](./configuration/shared/v2ray-transport#grpc)。 |
| `with_wireguard` | 启用 WireGuard 支持,参阅 [WireGuard 出站](./configuration/outbound/wireguard)。 |
| `with_acme` | 启用 ACME TLS 证书签发支持,参阅 [TLS](./configuration/shared/tls)。 |
| `with_clash_api` | 启用 Clash api 支持,参阅 [实验性](./configuration/experimental#clash-api-fields)。 |