refactor: 优化UDP远程目标获取

This commit is contained in:
Skyxim
2022-05-26 23:41:09 +08:00
parent 527a602eba
commit 72fb153fe0
3 changed files with 21 additions and 12 deletions

View File

@ -41,6 +41,7 @@ const (
type Connection interface {
Chains() Chain
AppendToChains(adapter ProxyAdapter)
RemoteDestination() string
}
type Chain []string