|
|
|
@ -208,9 +208,12 @@
|
|
|
|
|
#port 1883
|
|
|
|
|
|
|
|
|
|
# Bind the listener to a specific interface. This is similar to
|
|
|
|
|
# bind_address above but useful when an interface has multiple
|
|
|
|
|
# addresses or the address may change. Only available on Linux.
|
|
|
|
|
#bind_interface eth0
|
|
|
|
|
# bind_address above but is useful when an interface has multiple addresses or
|
|
|
|
|
# the address may change. It is valid to use this with the bind_address option,
|
|
|
|
|
# but take care that the interface you are binding to contains the address you
|
|
|
|
|
# are binding to, otherwise you will not be able to connect.
|
|
|
|
|
# Example: bind_interface eth0
|
|
|
|
|
#bind_interface
|
|
|
|
|
|
|
|
|
|
# The maximum number of client connections to allow. This is
|
|
|
|
|
# a per listener setting.
|
|
|
|
@ -359,6 +362,17 @@
|
|
|
|
|
# listener port-number [ip address/host name]
|
|
|
|
|
#listener
|
|
|
|
|
|
|
|
|
|
# Bind the listener to a specific interface. This is similar to
|
|
|
|
|
# the [ip address/host name] part of the listener definition, but is useful
|
|
|
|
|
# when an interface has multiple addresses or the address may change. It is
|
|
|
|
|
# valid to use this with the [ip address/host name] part of the listener
|
|
|
|
|
# definition, but take care that the interface you are binding to contains the
|
|
|
|
|
# address you are binding to, otherwise you will not be able to connect.
|
|
|
|
|
# Only available on Linux and requires elevated privileges.
|
|
|
|
|
#
|
|
|
|
|
# Example: bind_interface eth0
|
|
|
|
|
#bind_interface
|
|
|
|
|
|
|
|
|
|
# The maximum number of client connections to allow. This is
|
|
|
|
|
# a per listener setting.
|
|
|
|
|
# Default is -1, which means unlimited connections.
|
|
|
|
|