mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
10 lines
159 B
Go
10 lines
159 B
Go
package dokodemo
|
|
|
|
import (
|
|
v2net "v2ray.com/core/common/net"
|
|
)
|
|
|
|
func (this *Config) GetPredefinedAddress() v2net.Address {
|
|
return this.Address.AsAddress()
|
|
}
|