1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 10:08:15 -05:00
v2fly/proxy/dokodemo/config.go
2016-09-22 16:49:20 +02:00

10 lines
159 B
Go

package dokodemo
import (
v2net "v2ray.com/core/common/net"
)
func (this *Config) GetPredefinedAddress() v2net.Address {
return this.Address.AsAddress()
}