Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(protocols): add hysteria2 #558

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/en/proxy-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/zh/proxy-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down