mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +00:00
23 lines
380 B
Markdown
23 lines
380 B
Markdown
---
|
|
icon: material/delete-clock
|
|
---
|
|
|
|
!!! failure "已在 sing-box 1.11.0 废弃"
|
|
|
|
旧的特殊出站已被弃用,且将在 sing-box 1.13.0 中被移除,参阅 [迁移指南](/migration/#migrate-legacy-special-outbounds-to-rule-actions).
|
|
|
|
`block` 出站关闭所有传入请求。
|
|
|
|
### 结构
|
|
|
|
```json
|
|
{
|
|
"type": "block",
|
|
"tag": "block"
|
|
}
|
|
```
|
|
|
|
### 字段
|
|
|
|
无字段。
|