own relay server not work #147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I enter host myrelay.server.xx and my own key in the configurator and generate a client, the client's settings are not as shown in the picture. I generate 32-bit.
When you generate a client, the server and key that you enter are already stored as default in the client. You do not need to enter it in the configuration, and it will now show in the configuration.
I'll just add that I recently experimented with your project and deployed it in my docker + plus I started my own workers, it was quite hell, but when I managed to run mine, the builder flew like crazy. :) Then it crashed and I didn't have the nerve to do it. :D
But I found out that in order for it to work with my server, I have to add this to the custom configuration, see below. If I enter my server in host and the key in key, it simply doesn't work.
relay-server = myserver.domain.xy
key = mykey
custom-rendezvous-server = myserver.domain.xy
Another thing is that the custom configuration has a problem with the key, because it is in the form for example: AYohz9EFWAx3t3KpNamT8F+RMzRtHJ632D7JHT6sPYU=
if I delete = at the end of the key, the builder will start. :)