mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-28 01:47:59 +03:00
为 1.8.7 的版本更新补充了一些文档的内容 (#459)
* Update wireguard.md * Update command.md * Update transport.md * Update routing.md * Update routing.md * Update transport.md
This commit is contained in:
@@ -6,7 +6,7 @@ Xray 使用 Go 风格的命令及参数
|
||||
|
||||
## 获取基本命令
|
||||
|
||||
您可以运行 `xray help` 来获得所有 xray 最基础的用法, 以及可用的命令及说明.
|
||||
您可以运行 `xray help` 来获得所有 xray 最基础的用法, 以及可用的命令及说明。
|
||||
|
||||
```
|
||||
Xray is a platform for building proxies.
|
||||
@@ -58,6 +58,12 @@ without launching the server
|
||||
配置文件除了默认的 JSON 格式外,也可以使用 TOML 和 YAML。在不指定格式的前提下会通过文件扩展名识别。
|
||||
:::
|
||||
|
||||
```
|
||||
xray run -dump
|
||||
```
|
||||
|
||||
用以输出多文件配置融合之后的结果。
|
||||
|
||||
### xray version
|
||||
|
||||
输出 Xray 版本、 Golang 版本等信息。
|
||||
|
||||
Reference in New Issue
Block a user