docs(protocols): add hysteria2 uri schema (#558)

Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
wano 2024-06-24 23:48:41 +08:00 committed by GitHub
parent 89cb77e632
commit 64ebfea741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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