Skip to content

Commit

Permalink
docs: refine protocol support and alpine installation (daeuniverse#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 committed Jul 25, 2023
1 parent 1d27299 commit 29454b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ emaint sync -r gentoo-zh
emerge -a net-proxy/dae
```

### Alpine

See [run on alpine](tutorials/run-on-alpine.md).

### macOS

We provide a hacky way to run dae on your macOS. See [run on macOS](tutorials/run-on-macos.md).
Expand Down
3 changes: 2 additions & 1 deletion docs/en/proxy-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
- [x] Trojan
- [x] Trojan-gfw
- [x] Trojan-go
- [x] Tuic (v5)
- [x] [Tuic (v5)](https://github.com/daeuniverse/dae/discussions/182)
- [x] [Proxy chain (flexible protocol)](https://github.com/daeuniverse/dae/discussions/236)

For other requirements, one way to expand protocol support is by using external proxy programs. Below is an example of using the external naiveproxy.

Expand Down
4 changes: 4 additions & 0 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ emaint sync -r gentoo-zh
emerge -a net-proxy/dae
```

### Alpine

详见 [run on alpine](../en/tutorials/run-on-alpine.md)

### macOS

我们提供了一种比较 hacky 的方式在 macOS 上运行 dae,见 [run on macOS](../en/tutorials/run-on-macos.md)
Expand Down
3 changes: 2 additions & 1 deletion example.dae
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ subscription {
# Nodes defined here will be merged as a part of the global node pool.
node {
# Add your node links here.
# Support socks5, http, https, ss, ssr, vmess, vless, trojan, trojan-go
# Support socks5, http, https, ss, ssr, vmess, vless, trojan, tuic, etc.
# Full support list: https://github.com/daeuniverse/dae/blob/main/docs/en/proxy-protocols.md
'socks5://localhost:1080'
mylink: 'ss://LINK'
node1: 'vmess://LINK'
Expand Down

0 comments on commit 29454b6

Please sign in to comment.