Add 'hysteria' to the list of outbound protocols (#828)

* Add 'hysteria' to the list of outbound protocols

* Add 'hysteria' to the list of outbound protocols ( EN )

* Add 'hysteria' to the list of outbound protocols ( RU )
This commit is contained in:
绫织梦CoronaZero
2026-03-22 21:31:12 +08:00
committed by GitHub
parent f3f4e65eb4
commit eb7a3e0cc9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
和入站介绍的一样,因为 UDP 的无连接特性 Xray 无从得知这个请求进入核心的原目标 IP (举个例子,在同一个 QUIC 连接里它甚至可能变动),所以这个功能无法生效。
> `protocol`: "blackhole" | "dns" | "freedom" | "http" | "loopback" | "shadowsocks" | "socks" | "trojan" | "vless" | "vmess" | "wireguard"
> `protocol`: "blackhole" | "dns" | "freedom" | "http" | "loopback" | "shadowsocks" | "socks" | "trojan" | "vless" | "vmess" | "hysteria" | "wireguard"
连接协议名称,可选的协议列表见左侧 [出站协议](./outbounds/)。
+1 -1
View File
@@ -45,7 +45,7 @@ For example, if the machine has a full IPv4 range `11.4.5.0/24` and listens on `
As mentioned in the inbound introduction, because of the connectionless nature of UDP, Xray cannot know the original destination IP where the request entered the core (for example, in the same QUIC connection, it might even change), so this feature cannot take effect for UDP.
> `protocol`: "blackhole" | "dns" | "freedom" | "http" | "loopback" | "shadowsocks" | "socks" | "trojan" | "vless" | "vmess" | "wireguard"
> `protocol`: "blackhole" | "dns" | "freedom" | "http" | "loopback" | "shadowsocks" | "socks" | "trojan" | "vless" | "vmess" | "hysteria" | "wireguard"
The connection protocol name. For the list of optional protocols, see [Outbound Protocols](./outbounds/) on the left.
+1 -1
View File
@@ -47,7 +47,7 @@ Xray будет использовать случайный IP-адрес из
Как и в описании для `inbound`, из-за особенностей `UDP` как протокола без установления соединения, `Xray` не может определить исходный целевой `IP`-адрес запроса, поступающего в ядро (например, в рамках одного и того же `QUIC`-соединения он может даже меняться), поэтому эта функция не может работать.
> `protocol`: "blackhole" | "dns" | "freedom" | "http" | "loopback" | "shadowsocks" | "socks" | "trojan" | "vless" | "vmess" | "wireguard"
> `protocol`: "blackhole" | "dns" | "freedom" | "http" | "loopback" | "shadowsocks" | "socks" | "trojan" | "vless" | "vmess" | "hysteria" | "wireguard"
Название протокола соединения. Список доступных протоколов см. в разделе [Исходящие протоколы](./outbounds/) в меню слева.