sing-box/docs/configuration/outbound/block.md

21 lines
342 B
Markdown
Raw Normal View History

2024-11-06 19:02:55 +08:00
---
icon: material/delete-clock
---
!!! failure "Deprecated in sing-box 1.11.0"
Legacy special outbounds are deprecated and will be removed in sing-box 1.13.0, check [Migration](/migration/#migrate-legacy-special-outbounds-to-rule-actions).
2022-07-08 18:48:43 +08:00
### Structure
2024-11-06 19:02:55 +08:00
```json F
2022-07-08 18:48:43 +08:00
{
2022-08-31 13:21:29 +08:00
"type": "block",
"tag": "block"
2022-07-08 18:48:43 +08:00
}
```
2024-07-07 16:09:04 +08:00
### Fields
2022-07-08 18:48:43 +08:00
2024-07-07 16:09:04 +08:00
No fields.