mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
18 lines
173 B
Markdown
18 lines
173 B
Markdown
`block` 出站关闭所有传入请求。
|
|
|
|
### 结构
|
|
|
|
```json
|
|
{
|
|
"outbounds": [
|
|
{
|
|
"type": "block",
|
|
"tag": "block"
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### 字段
|
|
|
|
无字段。 |