diff options
author | tschettervictor <[email protected]> | 2024-02-27 06:44:56 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-27 21:44:56 +0800 |
commit | 19f8d3a0f4913ab29c27d7736586bf11b60368a5 (patch) | |
tree | 75a433a86db6db9456c95dbf6553e4400b0f74de | |
parent | bac9548f86e74becccde07e9a3ef1798b7262a35 (diff) | |
download | rustdesk-server-19f8d3a0f4913ab29c27d7736586bf11b60368a5.tar.gz rustdesk-server-19f8d3a0f4913ab29c27d7736586bf11b60368a5.zip |
Add description of relay server variable for clarity (#378)
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
-rw-r--r-- | rcd/rustdesk-hbbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rcd/rustdesk-hbbs b/rcd/rustdesk-hbbs index d9fea21..611f8e9 100644 --- a/rcd/rustdesk-hbbs +++ b/rcd/rustdesk-hbbs @@ -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 |