github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/route/geoip.zh.md (about)

     1  ---
     2  icon: material/delete-clock
     3  ---
     4  
     5  !!! failure "已在 sing-box 1.8.0 废弃"
     6  
     7      GeoIP 已废弃且可能在不久的将来移除,参阅 [迁移指南](/zh/migration/#geoip)。
     8  
     9  ### 结构
    10  
    11  ```json
    12  {
    13    "route": {
    14      "geoip": {
    15        "path": "",
    16        "download_url": "",
    17        "download_detour": ""
    18      }
    19    }
    20  }
    21  ```
    22  
    23  ### 字段
    24  
    25  #### path
    26  
    27  指定 GeoIP 资源的路径。
    28  
    29  默认 `geoip.db`。
    30  
    31  #### download_url
    32  
    33  指定 GeoIP 资源的下载链接。
    34  
    35  默认为 `https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db`。
    36  
    37  #### download_detour
    38  
    39  用于下载 GeoIP 资源的出站的标签。
    40  
    41  如果为空,将使用默认出站。