mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-12 08:49:53 +07:00
chore: examples.dae
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user