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

     1  ### Structure
     2  
     3  ```json
     4  {
     5    "route": {
     6      "geoip": {
     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-geoip database.
    20  
    21  `geoip.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-geoip/releases/latest/download/geoip.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.