Hy2 to hy

This commit is contained in:
Fangliding
2026-01-14 21:37:17 +08:00
parent 6ddd929874
commit 79ed172f44
4 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ export default defineConfig({
},
{ text: "VMess", link: "/config/outbounds/vmess.md" },
{ text: "Wireguard", link: "/config/outbounds/wireguard.md" },
{ text: "Hysteria2", link: "/config/outbounds/hysteria2.md" },
{ text: "Hysteria", link: "/config/outbounds/hysteria.md" },
],
},
{
+28
View File
@@ -0,0 +1,28 @@
# Hysteria
Hysteria 协议的客户端实现。
这个页面非常简单,因为 hysteria 协议实际上分为一个简单的代理控制协议和经过调优的 QUIC 底层传输,在 Xray 中代理协议和底层传输被拆分,更多内容(如 brutal)详见底层传输的 [hysteriaSettings](../transports/hysteria.md)
## OutboundConfigurationObject
```json
{
"version": 2,
"address": "192.168.108.1",
"port": 3128,
}
```
> `version`: number
Hysteria 版本,必须位 2。
> `address`: string
Hysteria 代理服务器地址,必填。
> `port`: int
Hysteria 代理服务器端口,必填。
-23
View File
@@ -1,23 +0,0 @@
# Hysteria2
Hysteria2 协议的客户端实现。
这个页面非常简单,因为 hysteria2 协议实际上分为一个简单的代理控制协议和经过调优的 QUIC 底层传输,在 Xray 中代理协议和底层传输被拆分,更多内容(如 brutal)详见底层传输的 [hysteriaSettings](../transports/hysteria.md)
## OutboundConfigurationObject
```json
{
"address": "192.168.108.1",
"port": 3128,
}
```
> `address`: string
Hysteria2 代理服务器地址,必填。
> `port`: int
Hysteria2 代理服务器端口,必填。
+1 -1
View File
@@ -28,7 +28,7 @@ Hysteria2 的底层 QUIC 传输的 Xray 实现,通常需要搭配 [hysteria2
> `version`: number
Hysteria 版本,必须 2。
Hysteria 版本,必须 2。
> `auth`: string