From 5c31d9d97b77c02a6066f952265514fa95c28871 Mon Sep 17 00:00:00 2001 From: wano <55907021+wanlce@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:53:46 +0800 Subject: [PATCH] docs(protocols): add hysteria2 --- docs/en/proxy-protocols.md | 6 +++++- docs/zh/proxy-protocols.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/en/proxy-protocols.md b/docs/en/proxy-protocols.md index 452bc241e..a9a19c694 100644 --- a/docs/en/proxy-protocols.md +++ b/docs/en/proxy-protocols.md @@ -55,6 +55,10 @@ [Juicity URI Schema](https://github.com/juicity/juicity?tab=readme-ov-file#link-format) +- [x] Hysteria2 + + [Hysteria2 URI Schema](https://v2.hysteria.network/docs/developers/URI-Scheme) + - [x] Proxy chain (flexible protocol) [Proxy chain URI Schema](https://github.com/daeuniverse/dae/discussions/236) @@ -65,7 +69,7 @@ Although dae and other proxy programs support the HTTPS protocol, using them doe 1. Start naiveproxy: - Since the socks implementation of naiveproxy may have some issues and cannot be used by curl and dae, the example uses naiveproxy to open an HTTP listening port. Note that HTTP proxy does not support proxying UDP traffic, so if you are using an external proxy program, it is advisable to prioritize using the socks5 port. + The example uses naiveproxy to open an HTTP listening port. Note that HTTP proxy does not support proxying UDP traffic, so if you are using an external proxy program, it is advisable to prioritize using the socks5 port. ```bash naiveproxy --listen=http://127.0.0.1:1090 --proxy=https://yourlink diff --git a/docs/zh/proxy-protocols.md b/docs/zh/proxy-protocols.md index d1eb262f5..9d9e3b3dd 100644 --- a/docs/zh/proxy-protocols.md +++ b/docs/zh/proxy-protocols.md @@ -55,6 +55,10 @@ [Juicity URI Schema](https://github.com/juicity/juicity?tab=readme-ov-file#link-format) +- [x] Hysteria2 + + [Hysteria2 URI Schema](https://v2.hysteria.network/zh/docs/developers/URI-Scheme) + - [x] Proxy chain (flexible protocol) [Proxy chain URI Schema](https://github.com/daeuniverse/dae/discussions/236) @@ -65,7 +69,7 @@ 1. 启动 naiveproxy: - 由于 naiveproxy 的 socks 实现可能有些问题,无法被 curl 和 dae 使用,样例中使用 naiveproxy 开启一个 HTTP 监听端口。注意,HTTP 代理不支持代理 udp 流量,所以如果你外接其他代理程序,建议优先考虑使用 socks5 端口。 + 样例使用 naiveproxy 开启一个 HTTP 监听端口。注意,HTTP 代理不支持代理 udp 流量,所以如果你外接其他代理程序,建议优先考虑使用 socks5 端口。 ```bash naiveproxy --listen=http://127.0.0.1:1090 --proxy=https://yourlink