Skip to content

Commit

Permalink
Add description of relay server variable for clarity (rustdesk#378)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tschettervictor authored Feb 27, 2024
1 parent bac9548 commit 19f8d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rcd/rustdesk-hbbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#
# rustdesk_hbbs_enable (bool): Set to NO by default.
# Set it to YES to enable rustdesk_hbbs.
# rustdesk_hbbs_ip (string): Set IP address/hostname of relay server to use
# Defaults to "127.0.0.1", please replace with your server hostname/IP.
# rustdesk_hbbs_args (string): Set extra arguments to pass to rustdesk_hbbs
# Default is "-r ${rustdesk_hbbs_ip} -k _".
# rustdesk_hbbs_user (string): Set user that rustdesk_hbbs will run under
Expand Down

0 comments on commit 19f8d3a

Please sign in to comment.