mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
fix docs
This commit is contained in:
parent
479b84099c
commit
243827ed40
@ -9,6 +9,7 @@ sing-box uses JSON for configuration files.
|
||||
"log": {},
|
||||
"dns": {},
|
||||
"ntp": {},
|
||||
"certificate": {},
|
||||
"endpoints": [],
|
||||
"inbounds": [],
|
||||
"outbounds": [],
|
||||
@ -24,6 +25,7 @@ sing-box uses JSON for configuration files.
|
||||
| `log` | [Log](./log/) |
|
||||
| `dns` | [DNS](./dns/) |
|
||||
| `ntp` | [NTP](./ntp/) |
|
||||
| `certificate` | [Certificate](./certificate/) |
|
||||
| `endpoints` | [Endpoint](./endpoint/) |
|
||||
| `inbounds` | [Inbound](./inbound/) |
|
||||
| `outbounds` | [Outbound](./outbound/) |
|
||||
|
@ -9,6 +9,7 @@ sing-box 使用 JSON 作为配置文件格式。
|
||||
"log": {},
|
||||
"dns": {},
|
||||
"ntp": {},
|
||||
"certificate": {},
|
||||
"endpoints": [],
|
||||
"inbounds": [],
|
||||
"outbounds": [],
|
||||
@ -24,6 +25,7 @@ sing-box 使用 JSON 作为配置文件格式。
|
||||
| `log` | [日志](./log/) |
|
||||
| `dns` | [DNS](./dns/) |
|
||||
| `ntp` | [NTP](./ntp/) |
|
||||
| `certificate` | [证书](./certificate/) |
|
||||
| `endpoints` | [端点](./endpoint/) |
|
||||
| `inbounds` | [入站](./inbound/) |
|
||||
| `outbounds` | [出站](./outbound/) |
|
||||
|
@ -25,11 +25,11 @@
|
||||
|
||||
==Required==
|
||||
|
||||
List of outbound tags to select.
|
||||
List of outbound/endpoint tags to select.
|
||||
|
||||
#### default
|
||||
|
||||
The default outbound tag. The first outbound will be used if empty.
|
||||
The default outbound/endpoint tag. The first outbound will be used if empty.
|
||||
|
||||
#### interrupt_exist_connections
|
||||
|
||||
|
@ -25,11 +25,11 @@
|
||||
|
||||
==必填==
|
||||
|
||||
用于选择的出站标签列表。
|
||||
用于选择的出站/端点标签列表。
|
||||
|
||||
#### default
|
||||
|
||||
默认的出站标签。默认使用第一个出站。
|
||||
默认的出站/端点标签。默认使用第一个出站。
|
||||
|
||||
#### interrupt_exist_connections
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
==Required==
|
||||
|
||||
List of outbound tags to test.
|
||||
List of outbound/endpoint tags to test.
|
||||
|
||||
#### url
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
==必填==
|
||||
|
||||
用于测试的出站标签列表。
|
||||
用于测试的出站/端点标签列表。
|
||||
|
||||
#### url
|
||||
|
||||
|
@ -67,7 +67,7 @@ List of [rule-set](/configuration/rule-set/)
|
||||
|
||||
#### final
|
||||
|
||||
Default outbound tag. the first outbound will be used if empty.
|
||||
Default outbound/endpoint tag. the first outbound will be used if empty.
|
||||
|
||||
#### auto_detect_interface
|
||||
|
||||
|
@ -66,7 +66,7 @@ icon: material/alert-decagram
|
||||
|
||||
#### final
|
||||
|
||||
默认出站标签。如果为空,将使用第一个可用于对应协议的出站。
|
||||
默认出站/端点标签。如果为空,将使用第一个可用于对应协议的出站。
|
||||
|
||||
#### auto_detect_interface
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user