Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
users/config: Clarify usage of multiple listen addresses (syncthing#468)
Before it was not clear how to specify multiple listen addresses in the config file. Before, you would assume to separate them by comma in the <listenAddress> block, which does not work. Comma separation is for the GUI, the config file needs multiple to be specified like this: ``` <listenAddress>ADDRESS1</listenAddress> <listenAddress>ADDRESS2</listenAddress> ```
- Loading branch information