Update the description of assets' location

This commit is contained in:
Sion Kazama 2021-10-14 11:23:13 +08:00 committed by GitHub
parent 50e6a0936a
commit 38a521824d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,9 +29,17 @@ Xray 提供以下环境变量以供修改 Xray 的一些底层配置。
## 资源文件路径
- 名称:`xray.location.asset``XRAY_LOCATION_ASSET`
- 默认值: Xray 文件同路径。
- 默认值:特定 [FHS](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) 目录或 Xray 文件同路径。
这个环境变量指定了一个文件夹位置,这个文件夹应当包含 geoip.dat 和 geosite.dat 文件。
若无指定变量值,程序将会按以下顺序寻找资源文件:
```
/usr/share/xray
/usr/local/share/xray
/usr/share/v2ray
/usr/local/share/v2ray
./
```
## 配置文件位置