Skip to content

Commit

Permalink
chore(example.dae): add hy2 in comments (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
4860575 authored Aug 14, 2024
1 parent 00f1df6 commit 817e448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.dae
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,14 @@ 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, tuic, juicity, etc.
# Support socks5, http, https, ss, ssr, vmess, vless, trojan, tuic, juicity, hysteria2, 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'
node2: 'vless://LINK'
chains: 'tuic://LINK -> vmess://LINK'
hysteria2: 'hysteria2://password@server-ip:port/?sni=domain'
}

# See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/dns.md for full examples.
Expand Down

0 comments on commit 817e448

Please sign in to comment.