mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-07 00:42:22 +07:00
chore(example.dae): add hy2 in comments (#605)
This commit is contained in:
@ -111,13 +111,14 @@ subscription {
|
|||||||
# Nodes defined here will be merged as a part of the global node pool.
|
# Nodes defined here will be merged as a part of the global node pool.
|
||||||
node {
|
node {
|
||||||
# Add your node links here.
|
# 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
|
# Full support list: https://github.com/daeuniverse/dae/blob/main/docs/en/proxy-protocols.md
|
||||||
'socks5://localhost:1080'
|
'socks5://localhost:1080'
|
||||||
mylink: 'ss://LINK'
|
mylink: 'ss://LINK'
|
||||||
node1: 'vmess://LINK'
|
node1: 'vmess://LINK'
|
||||||
node2: 'vless://LINK'
|
node2: 'vless://LINK'
|
||||||
chains: 'tuic://LINK -> vmess://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.
|
# See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/dns.md for full examples.
|
||||||
|
Reference in New Issue
Block a user