refactor: 优化UDP远程目标获取
This commit is contained in:
@ -41,6 +41,7 @@ const (
|
||||
type Connection interface {
|
||||
Chains() Chain
|
||||
AppendToChains(adapter ProxyAdapter)
|
||||
RemoteDestination() string
|
||||
}
|
||||
|
||||
type Chain []string
|
||||
|
Reference in New Issue
Block a user