github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/route/geoip.md (about) 1 --- 2 icon: material/delete-clock 3 --- 4 5 !!! failure "Deprecated in sing-box 1.8.0" 6 7 GeoIP is deprecated and may be removed in the future, check [Migration](/migration/#migrate-geoip-to-rule-sets). 8 9 ### Structure 10 11 ```json 12 { 13 "route": { 14 "geoip": { 15 "path": "", 16 "download_url": "", 17 "download_detour": "" 18 } 19 } 20 } 21 ``` 22 23 ### Fields 24 25 #### path 26 27 The path to the sing-geoip database. 28 29 `geoip.db` will be used if empty. 30 31 #### download_url 32 33 The download URL of the sing-geoip database. 34 35 Default is `https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db`. 36 37 #### download_detour 38 39 The tag of the outbound to download the database. 40 41 Default outbound will be used if empty.