mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-10 04:47:25 +07:00
docs(protocols): add hysteria2 uri schema (#558)
Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
parent
89cb77e632
commit
64ebfea741
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user