Add GUI Element address examples

This commit is contained in:
Adam Piggott
2016-03-25 10:15:42 +00:00
parent 609a95318e
commit 7c5b00deb1
+5 -1
View File
@@ -336,14 +336,18 @@ address
IPv4 address and port (``127.0.0.1:8384``) IPv4 address and port (``127.0.0.1:8384``)
The address and port is used as given. 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``) IPv6 address and port (``[::1]:8384``)
The address and port is used as given. The address must be enclosed in The address and port is used as given. The address must be enclosed in
square brackets. 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``) Wildcard and port (``0.0.0.0:12345``, ``[::]:12345``, ``:12345``)
These are equivalent and will result in Syncthing listening on all These are equivalent and will result in Syncthing listening on all
interfaces and both IPv4 and IPv6. interfaces via both IPv4 and IPv6.
username username
Set to require authentication. Set to require authentication.