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

35 lines
524 B
Markdown
Raw Normal View History

2022-07-08 12:15:45 +00:00
# geosite
### Structure
```json
{
"route": {
"geosite": {
"path": "",
"download_url": "",
"download_detour": ""
}
}
}
```
### Fields
#### path
The path to the sing-geosite database.
`geosite.db` will be used if empty.
#### download_url
The download URL of the sing-geoip database.
Default is `https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db`.
#### download_detour
2022-08-13 03:01:22 +00:00
The tag of the outbound to download the database.
2022-07-08 12:15:45 +00:00
Default outbound will be used if empty.