This commit is contained in:
ReleTor 2025-02-20 09:26:02 +08:00 committed by 世界
parent 479b84099c
commit 243827ed40
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
8 changed files with 12 additions and 8 deletions

View File

@ -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/) |

View File

@ -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/) |

View File

@ -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

View File

@ -25,11 +25,11 @@
==必填==
用于选择的出站标签列表。
用于选择的出站/端点标签列表。
#### default
默认的出站标签。默认使用第一个出站。
默认的出站/端点标签。默认使用第一个出站。
#### interrupt_exist_connections

View File

@ -24,7 +24,7 @@
==Required==
List of outbound tags to test.
List of outbound/endpoint tags to test.
#### url

View File

@ -24,7 +24,7 @@
==必填==
用于测试的出站标签列表。
用于测试的出站/端点标签列表。
#### url

View File

@ -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

View File

@ -66,7 +66,7 @@ icon: material/alert-decagram
#### final
默认出站标签。如果为空,将使用第一个可用于对应协议的出站。
默认出站/端点标签。如果为空,将使用第一个可用于对应协议的出站。
#### auto_detect_interface