···5757 return c.JSON(http.StatusBadRequest, xrpc.XRPCError{ErrStr: "HostNotFound", Message: fmt.Sprintf("host server unreachable: %s", err)})
5858 }
59596060+ // forward on to any sibling instances (note that sometimes is, sometimes isn't an admin request)
6161+ go s.ForwardAdminRequest(c)
6262+6063 return s.relay.SubscribeToHost(ctx, hostname, noSSL, false)
6164}
6265