Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions users/guilisten.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,12 @@ To use a port number lower than 1024, you will need to:
port number.

We do not recommend using a port number lower than 1024.

Example
-------

Changing the listen address to ``0.0.0.0:8384``.
Comment on lines +64 to +67
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not exactly clear what the context is from the header name, like @acolomb said.

Suggested change
Example
-------
Changing the listen address to ``0.0.0.0:8384``.
Using the CLI to change the GUI Listen Address
-------
Here is an example of changing the listen address to ``0.0.0.0:8384`` using the CLI:


```
syncthing cli config gui raw-address set 0.0.0.0:8384
```
Comment on lines +69 to +71
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triple backticks don't work with reStructuredText.

Suggested change
```
syncthing cli config gui raw-address set 0.0.0.0:8384
```
``syncthing cli config gui raw-address set 0.0.0.0:8384``