How to use private relay server in 0.14.4

I have build a relay server on my vps. However, I can no find where to put my relay address in my clinet 0.14.4.

In 0.12 I can set the relay address, but it doesn’t work in version 0.14.4. How to solve it?

Thank you!

It’s quite well hidden unfortunately. You need to set the “sync protocol listen address” (which normally is set to default) to something like

tcp://0.0.0.0:22000, relay://192.0.2.42:12345?the.usual.params

That is, give it a listen port and then the relay it should connect to, comma separated.

Thank you very much, now it works very well.

Thank you.

1 Like