chore: examples.dae

This commit is contained in:
mzz2017
2023-03-07 13:30:27 +08:00
parent d226d799b7
commit 41cab77f67

View File

@ -61,7 +61,7 @@ node {
# Add your node links here. # 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, trojan-go
'socks5://localhost:1080' 'socks5://localhost:1080'
'ss://LINK' mylink: 'ss://LINK'
} }
# See more at https://github.com/v2rayA/dae/blob/main/docs/dns.md. # See more at https://github.com/v2rayA/dae/blob/main/docs/dns.md.
@ -78,7 +78,7 @@ dns {
} }
routing { routing {
request { request {
fallback: asis fallback: asis
} }
response { response {
upstream(googledns) -> accept upstream(googledns) -> accept
@ -91,9 +91,7 @@ dns {
# Node group (outbound). # Node group (outbound).
group { group {
my_group { my_group {
# Filter nodes from the global node pool defined by the subscription and node section above. # No filter. Use all nodes.
# Pass node names as input of keyword/regex filter.
filter: name(regex:'HK|SG|TW', keyword:'JP', keyword: SH) && !name(keyword:"GCP")
# Randomly select a node from the group for every connection. # Randomly select a node from the group for every connection.
#policy: random #policy: random