diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-23 21:32:50 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-23 21:32:50 +0300 |
commit | 38245f13367cdc2df29ff2a499418e526b654fb5 (patch) | |
tree | 514724023f061f56e42fcaa7ae79f07d3d055c58 /installation | |
parent | d4ed3a35b8aa34cd968113970bbab445eb251703 (diff) | |
parent | fd48bd80eb7eab563c25586b1deba2ed42c02c5a (diff) | |
download | pleroma-38245f13367cdc2df29ff2a499418e526b654fb5.tar.gz pleroma-38245f13367cdc2df29ff2a499418e526b654fb5.zip |
Merge branch 'develop' into test/activity_pub/transmogrifier.ex
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/pleroma-mongooseim.cfg | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/installation/pleroma-mongooseim.cfg b/installation/pleroma-mongooseim.cfg index d7567321f..576f83541 100755 --- a/installation/pleroma-mongooseim.cfg +++ b/installation/pleroma-mongooseim.cfg @@ -215,7 +215,9 @@ ]} ]}, - { 5222, ejabberd_c2s, [ + %% If you want dual stack, you have to clone this entire config stanza + %% and change the bind to "::" + { {5222, "0.0.0.0"}, ejabberd_c2s, [ %% %% If TLS is compiled in and you installed a SSL @@ -246,7 +248,9 @@ %% {max_stanza_size, 65536} %% ]}, - { 5269, ejabberd_s2s_in, [ + %% If you want dual stack, you have to clone this entire config stanza + %% and change the bind to "::" + { {5269, "0.0.0.0"}, ejabberd_s2s_in, [ {shaper, s2s_shaper}, {max_stanza_size, 131072}, {protocol_options, ["no_sslv3"]} |