2019-08-14 10:48:50 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2020-09-13 06:42:19 +02:00
|
|
|
If you're running Prosody in a jail and experience problems, please add
|
|
|
|
the following to the global section of your prosody.cfg.lua:
|
2014-02-08 21:36:09 +01:00
|
|
|
|
2020-09-13 06:42:19 +02:00
|
|
|
interfaces = { 'x.x.x.x' }
|
2014-02-08 21:36:09 +01:00
|
|
|
|
2020-09-13 06:42:19 +02:00
|
|
|
where 'x.x.x.x' is the public IP you wish Prosody to bind to.
|
|
|
|
EOM
|
2019-08-14 10:48:50 +02:00
|
|
|
}
|
|
|
|
]
|