diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example index 88f99cd78..80a8a816d 100644 --- a/ejabberdctl.cfg.example +++ b/ejabberdctl.cfg.example @@ -24,18 +24,6 @@ # #ERL_MAX_PORTS=65536 -#. -#' FIREWALL_WINDOW: Range of allowed ports to pass through a firewall -# -# If ejabberd is configured to run in cluster, and a firewall is blocking ports, -# it's possible to make Erlang use a defined range of port (instead of dynamic -# ports) for node communication. -# -# Default: not defined -# Example: 4200-4210 -# -#FIREWALL_WINDOW= - #. #' INET_DIST_INTERFACE: IP address where this Erlang node listens other nodes # @@ -64,6 +52,18 @@ # #ERL_DIST_PORT=5210 +#. +#' FIREWALL_WINDOW: Range of allowed ports to pass through a firewall +# +# If ejabberd is configured to run in cluster, and a firewall is blocking ports, +# it's possible to make Erlang use a defined range of port (instead of dynamic +# ports) for node communication. +# +# Default: not defined +# Example: 4200-4210 +# +#FIREWALL_WINDOW= + #. #' ERL_EPMD_ADDRESS: IP addresses where EPMD listens for connections #