mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-03 20:27:31 +00:00
Feature: support proxy-group in relay (#597)
This commit is contained in:
@@ -69,6 +69,8 @@ type ProxyAdapter interface {
|
||||
SupportUDP() bool
|
||||
MarshalJSON() ([]byte, error)
|
||||
Addr() string
|
||||
// Unwrap extracts the proxy from a proxy-group. It returns nil when nothing to extract.
|
||||
Unwrap(metadata *Metadata) Proxy
|
||||
}
|
||||
|
||||
type DelayHistory struct {
|
||||
|
||||
Reference in New Issue
Block a user