chore: restful api contains provider-name for proxies

This commit is contained in:
wwqgtxx
2025-12-04 15:10:13 +08:00
parent 91f5593f4e
commit b5fa3ee99a
24 changed files with 48 additions and 14 deletions

View File

@@ -102,13 +102,14 @@ type Dialer interface {
}
type ProxyInfo struct {
XUDP bool
TFO bool
MPTCP bool
SMUX bool
Interface string
RoutingMark int
DialerProxy string
XUDP bool
TFO bool
MPTCP bool
SMUX bool
Interface string
RoutingMark int
ProviderName string
DialerProxy string
}
type ProxyAdapter interface {