Resilient.prototype.setServers = function (list, type) {
  this.options(type || 'service').servers(list)
  return this
}