From a960f2ff30cd1ebf84eceecedbe61f0d03821790 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 4 Feb 2026 20:33:23 -0500 Subject: [PATCH] doc: update remoteHost comment to include list ability --- doc/user/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/configuration.md b/doc/user/configuration.md index 1dc8573cc..e3b98d5ad 100644 --- a/doc/user/configuration.md +++ b/doc/user/configuration.md @@ -56,7 +56,7 @@ It will begin with `[client]` | binary | Filename | The filename of the binary to call for client mode. This binary exists in the same path as the GUI | | invertScrollDirection | `true` or `false` | Invert scroll on this client [default: false] | | languageSync | `true` or `false` | Sync to server language [default: true] | -| remoteHost | `IP` or `hostname` | The remote host last connected to | +| remoteHost | `IP` or `hostname` | The remote host(s) to connect to. Use a comma seperated list when you want to try severial hosts | | xdpRestoreToken | UUID | Restore token provided by XDG portals | ### Core