rustdesk / rustdesk-server

RustDesk Server Program
https://rustdesk.com/server
GNU Affero General Public License v3.0
5.96k stars 1.22k forks source link

Add description of relay server variable for clarity #378

Closed tschettervictor closed 4 months ago

tschettervictor commented 4 months ago

Since the "rustdesk_hbbs_ip" is not where the server should listen on, but actually the relay server to use, I added a description that will clarify this

paspo commented 4 months ago

I think that variable rustdesk_hbbs_ip is misnamed: it is referring to a list of hbbr instances, so maybe it should be renamed to rustdesk_hbbr_list?

rustdesk commented 4 months ago

Yes

tschettervictor commented 4 months ago

Or perhaps “rustdesk_relay_servers” or something similar.

rustdesk commented 4 months ago

Agree

tschettervictor commented 4 months ago

Is it possible to set multiple relay servers using the -r option?