mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Add note on defaults.
This commit is contained in:
parent
fdc8c08ca3
commit
41ebd31ac5
|
|
@ -266,6 +266,9 @@
|
|||
%3A and %40 are URL decoded into %, : and @
|
||||
respectively, if present in the username or
|
||||
password.</para>
|
||||
<para>If username is not given, then no authentication is
|
||||
attempted. If the port is not given, then the default
|
||||
of 1080 is used.</para>
|
||||
<para>More SOCKS versions may be available in the future,
|
||||
depending on demand, and will use different protocol
|
||||
prefixes as described in <citerefentry>
|
||||
|
|
|
|||
|
|
@ -282,6 +282,9 @@
|
|||
%3A and %40 are URL decoded into %, : and @
|
||||
respectively, if present in the username or
|
||||
password.</para>
|
||||
<para>If username is not given, then no authentication is
|
||||
attempted. If the port is not given, then the default
|
||||
of 1080 is used.</para>
|
||||
<para>More SOCKS versions may be available in the future,
|
||||
depending on demand, and will use different protocol
|
||||
prefixes as described in <citerefentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue