mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-02 07:25:19 -05:00
converting from host to address directly
This commit is contained in:
@@ -14,11 +14,7 @@ type DokodemoConfig struct {
|
||||
}
|
||||
|
||||
func (this *DokodemoConfig) Address() v2net.Address {
|
||||
if this.Host.IsIP() {
|
||||
return v2net.IPAddress(this.Host.IP())
|
||||
} else {
|
||||
return v2net.DomainAddress(this.Host.Domain())
|
||||
}
|
||||
return this.Host.Address()
|
||||
}
|
||||
|
||||
func (this *DokodemoConfig) Port() v2net.Port {
|
||||
|
||||
Reference in New Issue
Block a user