github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/route/geoip.zh.md (about) 1 ### 结构 2 3 ```json 4 { 5 "route": { 6 "geoip": { 7 "path": "", 8 "download_url": "", 9 "download_detour": "" 10 } 11 } 12 } 13 ``` 14 15 ### 字段 16 17 #### path 18 19 指定 GeoIP 资源的路径。 20 21 默认 `geoip.db`。 22 23 #### download_url 24 25 指定 GeoIP 资源的下载链接。 26 27 默认为 `https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db`。 28 29 #### download_detour 30 31 用于下载 GeoIP 资源的出站的标签。 32 33 如果为空,将使用默认出站。