mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 21:07:38 +03:00
documentation: Fixes
This commit is contained in:
parent
986a410b30
commit
badfdb62cd
4 changed files with 5 additions and 3 deletions
|
@ -8,6 +8,7 @@ sing-box 使用 JSON 作为配置文件格式。
|
||||||
{
|
{
|
||||||
"log": {},
|
"log": {},
|
||||||
"dns": {},
|
"dns": {},
|
||||||
|
"ntp": {},
|
||||||
"endpoints": [],
|
"endpoints": [],
|
||||||
"inbounds": [],
|
"inbounds": [],
|
||||||
"outbounds": [],
|
"outbounds": [],
|
||||||
|
@ -22,6 +23,7 @@ sing-box 使用 JSON 作为配置文件格式。
|
||||||
|----------------|------------------------|
|
|----------------|------------------------|
|
||||||
| `log` | [日志](./log/) |
|
| `log` | [日志](./log/) |
|
||||||
| `dns` | [DNS](./dns/) |
|
| `dns` | [DNS](./dns/) |
|
||||||
|
| `ntp` | [NTP](./ntp/) |
|
||||||
| `endpoints` | [端点](./endpoint/) |
|
| `endpoints` | [端点](./endpoint/) |
|
||||||
| `inbounds` | [入站](./inbound/) |
|
| `inbounds` | [入站](./inbound/) |
|
||||||
| `outbounds` | [出站](./outbound/) |
|
| `outbounds` | [出站](./outbound/) |
|
||||||
|
|
|
@ -8,7 +8,7 @@ icon: material/delete-clock
|
||||||
|
|
||||||
### Structure
|
### Structure
|
||||||
|
|
||||||
```json F
|
```json
|
||||||
{
|
{
|
||||||
"type": "block",
|
"type": "block",
|
||||||
"tag": "block"
|
"tag": "block"
|
||||||
|
|
|
@ -74,7 +74,7 @@ Tag of rule-set.
|
||||||
|
|
||||||
==Required==
|
==Required==
|
||||||
|
|
||||||
List of [Headless Rule](../headless-rule/).
|
List of [Headless Rule](./headless-rule/).
|
||||||
|
|
||||||
### Local or Remote Fields
|
### Local or Remote Fields
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ icon: material/new-box
|
||||||
|
|
||||||
==必填==
|
==必填==
|
||||||
|
|
||||||
一组 [无头规则](../headless-rule/).
|
一组 [无头规则](./headless-rule/).
|
||||||
|
|
||||||
### 本地或远程字段
|
### 本地或远程字段
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue