mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 17:01:53 +08:00
20 lines
367 B
Plaintext
20 lines
367 B
Plaintext
# node.dae
|
|
node {
|
|
node1: 'xxx'
|
|
node2: 'xxx'
|
|
}
|
|
subscription {
|
|
my_sub: 'https://www.example.com/subscription/link'
|
|
}
|
|
group {
|
|
my_group {
|
|
filter: subtag(my_sub) && !name(keyword: 'ExpireAt:')
|
|
filter: subtag(my_sub2)
|
|
policy: min_moving_avg
|
|
}
|
|
local_group {
|
|
filter: name(node1, node2)
|
|
policy: fixed(0)
|
|
}
|
|
}
|