I couldn’'t find anything about it in documentation.
How can I restrict Messenger to listen only on one interface?
Regards,
a.
I couldn’'t find anything about it in documentation.
How can I restrict Messenger to listen only on one interface?
Regards,
a.
Adam,
I dug through the code a bit. You should be able to set the following property (through the admin console property editor):
xmpp.socket.plain.interface
The value can be either a domain name or an IP address.
To set a network interface for the SSL listener, use:
xmpp.socket.ssl.interface
If these values are not set, the server will listen on all local interfaces.
Once you make changes to the properties, you’'ll need to restart your server.
Regards,
Matt