update dependency

This commit is contained in:
2025-01-20 12:10:27 +08:00
parent f0bd8c2cec
commit 22ae18120a
12 changed files with 239 additions and 431 deletions

View File

@@ -136,7 +136,7 @@ func AddCountryGroup(proxies []model.Outbound, groupType string, sortKey string,
Outbound: option.Outbound{
Tag: country,
Type: groupType,
SelectorOptions: option.SelectorOutboundOptions{
Options: option.SelectorOutboundOptions{
Outbounds: []string{p.Tag},
InterruptExistConnections: true,
},
@@ -147,7 +147,7 @@ func AddCountryGroup(proxies []model.Outbound, groupType string, sortKey string,
Outbound: option.Outbound{
Tag: country,
Type: groupType,
URLTestOptions: option.URLTestOutboundOptions{
Options: option.URLTestOutboundOptions{
Outbounds: []string{p.Tag},
InterruptExistConnections: true,
},