mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-06 06:43:35 +03:00
Update README.md
This commit is contained in:
parent
d72fc80249
commit
7021340446
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,8 @@ Xray 的配置文件为 json 格式, 客户端和服务端的配置格式没有
|
|||
"transport": {},
|
||||
"stats": {},
|
||||
"reverse": {},
|
||||
"fakedns": {}
|
||||
"fakedns": {},
|
||||
"metrics": {}
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -75,3 +76,7 @@ Xray 的配置文件为 json 格式, 客户端和服务端的配置格式没有
|
|||
> fakedns: [FakeDnsObject](./fakedns.md)
|
||||
|
||||
FakeDNS 配置。可配合透明代理使用,以获取实际域名。
|
||||
|
||||
> metrics: [metricsObject](./metrics.md)
|
||||
|
||||
metrics 配置。更直接(希望更好)的统计导出方式。
|
||||
|
|
Loading…
Add table
Reference in a new issue