From 817e448d9e81f799f4cdc280f0b717baa9ea07ff Mon Sep 17 00:00:00 2001 From: 536wfr <4860575@qq.com> Date: Wed, 14 Aug 2024 21:42:35 +0800 Subject: [PATCH] chore(example.dae): add hy2 in comments (#605) --- example.dae | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.dae b/example.dae index 3f581cd1a0..e2ceeb12af 100644 --- a/example.dae +++ b/example.dae @@ -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.