Add route documentation

This commit is contained in:
世界
2022-07-08 20:15:45 +08:00
parent eeaee94e5e
commit 0cb9d79044
6 changed files with 250 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
### 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.