mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-13 04:13:16 +00:00
24 lines
431 B
Markdown
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. |