diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2008-04-01 09:07:29 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2008-04-01 09:07:29 +0000 |
commit | 273c076ef61df702fd10786a76e13e189135885e (patch) | |
tree | daacfa9848b441d4d129aebb6a25b0c13689dfb0 /src/ejabberdctl.cfg.example | |
parent | * src/ejabberd_listener.erl: Remove code of the unused listening (diff) |
Add firewalling port range definition
SVN Revision: 1264
Diffstat (limited to 'src/ejabberdctl.cfg.example')
-rw-r--r-- | src/ejabberdctl.cfg.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ejabberdctl.cfg.example b/src/ejabberdctl.cfg.example index 91f50346d..661d8ce77 100644 --- a/src/ejabberdctl.cfg.example +++ b/src/ejabberdctl.cfg.example @@ -36,6 +36,17 @@ # #ERL_MAX_PORTS=32000 +# 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= + # PROCESSES: Maximum number of Erlang processes # # Erlang consumes a lot of lightweight processes. If there is a lot of activity |