sing-box/docs/configuration/inbound/redirect.md

19 lines
239 B
Markdown
Raw Normal View History

!!! quote ""
2022-08-31 14:33:52 +08:00
Only supported on Linux and macOS.
2022-07-15 08:42:02 +08:00
### Structure
```json
{
2022-08-31 12:50:26 +08:00
"type": "redirect",
"tag": "redirect-in",
... // Listen Fields
2022-07-15 08:42:02 +08:00
}
```
### Listen Fields
2023-12-14 22:23:52 +08:00
See [Listen Fields](/configuration/shared/listen/) for details.