Paolo Asperti

Results 100 comments of Paolo Asperti

AFAIK it's not implemented yet.

> fixed in [acaee5b](https://github.com/rustdesk/rustdesk-server/commit/acaee5b7a4bfed4cd17309334d0ef5e84b20a276) if it is fixed, can we close this issue?

At the moment, IPv6 is not supported by either hbbs or hbbr. The direction of the project, at least on the client side, is towards IPv6; maybe we should enable...

Hi, @BillyMyIT Most of the people doesn't have access to the specific VM you're using, but from your comment we can assume that: - it is an arm64 architecture -...

> > docker image rm rustdesk/rustdesk-server > > Hi, sorry for the answer's delay I'm trying to do what you say. I have this now : `[billy@z-95 srv]$ sudo podman...

wrong repo, this is for the server part, you're looking for client customization: https://github.com/rustdesk/rustdesk

I have the same problem. I'll try to explain: ## what I want to achieve I want a registry which is read-only (no push) for the public (say any unauthenticated...

The header-injection test wasn't a good idea: for every (anonymous) request, this was passed to a "middle" container that: * forward the unauthenticated request to the registry * get the...

@rustdesk A better approach than my link-handler would be accepting a command line argument like `rustdesk --connect rustdesk:123123` in addition to `rustdesk --connect 123123` to start the connection right away....