bind to one interface
Martin Atkins
mart at degeneration.co.uk
Wed Nov 15 19:43:41 UTC 2006
oliver oli wrote:
> is there a configuration option to bind djabberd to just one interface /
> IP, instead of alle interfaces / 0.0.0.0
The ClientPort, ServerPort and other Port-related will accept an
interface address followed by a colon and then the port number, like this:
ClientPort 127.0.0.1:5222
Incidentally, you can also put a filesystem path starting with a slash
in here to bind to a UNIX domain socket. This isn't really that useful
for ClientPort and ServerPort, but external components can — in theory
at least — connect this way. Once the external components are working
again, that is!
More information about the Djabberd
mailing list