chore: dns log error

This commit is contained in:
gVisor bot 2023-01-29 11:03:39 +08:00
parent 1236eb7a8c
commit 6ee45630ba

View File

@ -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
}