From 7c5b00deb1b83a41b19c59ed7613bbf502369b34 Mon Sep 17 00:00:00 2001 From: Adam Piggott Date: Fri, 25 Mar 2016 10:15:42 +0000 Subject: [PATCH] Add GUI Element address examples --- users/config.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/config.rst b/users/config.rst index cc6c48fd2..f6ca5d054 100644 --- a/users/config.rst +++ b/users/config.rst @@ -336,14 +336,18 @@ address IPv4 address and port (``127.0.0.1:8384``) The address and port is used as given. + IPv4 wildcard and port (``tcp4://0.0.0.0``, ``tcp4://:8384``) + These are equivalent and will result in Syncthing listening on all interfaces via IPv4 only. IPv6 address and port (``[::1]:8384``) The address and port is used as given. The address must be enclosed in square brackets. + IPv6 wildcard and port (``tcp6://[::]:8384``, ``tcp6://:8384``) + These are equivalent and will result in Syncthing listening on all interfaces via IPv6 only. Wildcard and port (``0.0.0.0:12345``, ``[::]:12345``, ``:12345``) These are equivalent and will result in Syncthing listening on all - interfaces and both IPv4 and IPv6. + interfaces via both IPv4 and IPv6. username Set to require authentication.