mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +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.
|