Initial zh-CN document translation: route

This commit is contained in:
世界
2022-08-24 16:56:29 +08:00
parent 03f457f3d0
commit ad90ddd327
9 changed files with 340 additions and 19 deletions

View File

@@ -0,0 +1,33 @@
### 结构
```json
{
"route": {
"geoip": {
"path": "",
"download_url": "",
"download_detour": ""
}
}
}
```
### 字段
#### path
指定 GeoIP 资源的路径。
如果为空,则使用 `geoip.db`
#### download_url
指定 GeoIP 资源的下载连接。
默认为 `https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db`.
#### download_detour
用于下载 GeoIP 资源的出站的标签。
如果为空,则使用默认出站。