Skip to content

Commit

Permalink
docs(protocols): add hysteria2 uri schema (#558)
Browse files Browse the repository at this point in the history
Co-authored-by: mzz <[email protected]>
  • Loading branch information
wanlce and mzz2017 authored Jun 24, 2024
1 parent 89cb77e commit 64ebfea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

0 comments on commit 64ebfea

Please sign in to comment.