github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/route/geosite.zh.md (about)

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