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

41 lines
702 B
Markdown
Raw Normal View History

2023-12-01 05:24:18 +00:00
---
icon: material/delete-clock
---
!!! failure "Deprecated in sing-box 1.8.0"
GeoIP is deprecated and may be removed in the future, check [Migration](/migration/#migrate-geoip-to-rule-sets).
2022-07-08 12:15:45 +00:00
### 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
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.