sing-box/docs/configuration/route/index.md

24 lines
431 B
Markdown
Raw Normal View History

2022-07-08 12:15:45 +00:00
### 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.