feat: Add costs field to URLTestOutboundOptions and update NewURLTestGroup signature

This commit is contained in:
n3t1zen
2026-02-24 12:58:37 +08:00
parent 4d3190480d
commit 38cce206c1
2 changed files with 15 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ type SelectorOutboundOptions struct {
type URLTestOutboundOptions struct {
Outbounds []string `json:"outbounds"`
Costs map[string]uint16 `json:"costs,omitempty"`
URL string `json:"url,omitempty"`
Interval badoption.Duration `json:"interval,omitempty"`
Tolerance uint16 `json:"tolerance,omitempty"`