为 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:
ちか
2024-01-22 12:44:11 -05:00
committed by GitHub
parent 1c0b22d26b
commit 3954ab77f7
4 changed files with 71 additions and 5 deletions
+7 -1
View File
@@ -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 版本等信息。