11 lines
468 B
Diff
11 lines
468 B
Diff
--- a/option/group.go
|
|
+++ b/option/group.go
|
|
@@ -10,6 +10,7 @@
|
|
|
|
type URLTestOutboundOptions struct {
|
|
Outbounds []string `json:"outbounds"`
|
|
+ Costs map[string]uint16 `json:"costs,omitempty"` // OMV
|
|
URL string `json:"url,omitempty"`
|
|
Interval badoption.Duration `json:"interval,omitempty"`
|
|
Tolerance uint16 `json:"tolerance,omitempty"`
|