sing-box/docs/configuration/route/index.md
2022-07-08 20:20:38 +08:00

24 lines
431 B
Markdown

### Structure
```json
{
"route": {
"geoip": {},
"geosite": {},
"rules": [],
"final": ""
}
}
```
### Fields
| Key | Format |
|-----------|------------------------------|
| `geoip` | [GeoIP](./geoip) |
| `geosite` | [Geosite](./geosite) |
| `rules` | List of [Route Rule](./rule) |
#### final
Default outbound tag. the first outbound will be used if empty.