github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/route/geosite.md (about) 1 ### Structure 2 3 ```json 4 { 5 "route": { 6 "geosite": { 7 "path": "", 8 "download_url": "", 9 "download_detour": "" 10 } 11 } 12 } 13 ``` 14 15 ### Fields 16 17 #### path 18 19 The path to the sing-geosite database. 20 21 `geosite.db` will be used if empty. 22 23 #### download_url 24 25 The download URL of the sing-geoip database. 26 27 Default is `https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db`. 28 29 #### download_detour 30 31 The tag of the outbound to download the database. 32 33 Default outbound will be used if empty.