mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 12:35:21 -05:00
move port out of address
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
type Config interface {
|
||||
Address() v2net.Address
|
||||
Port() v2net.Port
|
||||
Network() v2net.NetworkList
|
||||
Timeout() int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user