mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-22 22:01:00 +07:00
feat: latency-based failover (#119)
This commit is contained in:
@ -69,8 +69,9 @@ func FunctionListOrStringToFunctionList(fs FunctionListOrString) (f []*config_pa
|
||||
type Group struct {
|
||||
Name string `mapstructure:"_"`
|
||||
|
||||
Filter []*config_parser.Function `mapstructure:"filter"`
|
||||
Policy FunctionListOrString `mapstructure:"policy" required:""`
|
||||
Filter [][]*config_parser.Function `mapstructure:"filter" repeatable:""`
|
||||
FilterAnnotation [][]*config_parser.Param `mapstructure:"_"`
|
||||
Policy FunctionListOrString `mapstructure:"policy" required:""`
|
||||
}
|
||||
|
||||
type DnsRequestRouting struct {
|
||||
|
Reference in New Issue
Block a user