sing-box/docs/configuration/route/geoip.md
2022-08-13 11:01:22 +08:00

35 lines
512 B
Markdown

# geoip
### Structure
```json
{
"route": {
"geoip": {
"path": "",
"download_url": "",
"download_detour": ""
}
}
}
```
### Fields
#### path
The path to the sing-geoip database.
`geoip.db` will be used if empty.
#### download_url
The download URL of the sing-geoip database.
Default is `https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db`.
#### download_detour
The tag of the outbound to download the database.
Default outbound will be used if empty.