mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
chore: dns log error
This commit is contained in:
parent
4e5f3fbe84
commit
32c53b9584
@ -43,7 +43,7 @@ func (c *client) Address() string {
|
||||
}
|
||||
}
|
||||
|
||||
c.addr = fmt.Sprintf("%s//:%s", schema, net.JoinHostPort(c.host, c.port))
|
||||
c.addr = fmt.Sprintf("%s://%s", schema, net.JoinHostPort(c.host, c.port))
|
||||
return c.addr
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user