Skip to content

Commit aac2251

Browse files
committed
ejabberdctl.cfg: Move FIREWALL_WINDOW down, as it is used only for EPMD
1 parent 541e07b commit aac2251

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

ecs/conf/ejabberdctl.cfg

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@
2424
#
2525
#ERL_MAX_PORTS=65536
2626

27-
#.
28-
#' FIREWALL_WINDOW: Range of allowed ports to pass through a firewall
29-
#
30-
# If ejabberd is configured to run in cluster, and a firewall is blocking ports,
31-
# it's possible to make Erlang use a defined range of port (instead of dynamic
32-
# ports) for node communication.
33-
#
34-
# Default: not defined
35-
# Example: 4200-4210
36-
#
37-
#FIREWALL_WINDOW=
38-
3927
#.
4028
#' INET_DIST_INTERFACE: IP address where this Erlang node listens other nodes
4129
#
@@ -64,6 +52,18 @@
6452
#
6553
#ERL_DIST_PORT=5210
6654

55+
#.
56+
#' FIREWALL_WINDOW: Range of allowed ports to pass through a firewall
57+
#
58+
# If ejabberd is configured to run in cluster, and a firewall is blocking ports,
59+
# it's possible to make Erlang use a defined range of port (instead of dynamic
60+
# ports) for node communication.
61+
#
62+
# Default: not defined
63+
# Example: 4200-4210
64+
#
65+
#FIREWALL_WINDOW=
66+
6767
#.
6868
#' ERL_EPMD_ADDRESS: IP addresses where EPMD listens for connections
6969
#

0 commit comments

Comments
 (0)