diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-12-29 10:05:40 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2016-01-04 13:47:27 +0100 |
commit | dfcb0a6e0e975b7a4fd3b9ca3cb340fc1859d7f9 (patch) | |
tree | b06eb9dc6b559857d146165b90888dfaee4067b8 | |
parent | 79cdf170d2ab6c5378cfbf61d5c8888a4c666190 (diff) | |
download | biboumi-dfcb0a6e0e975b7a4fd3b9ca3cb340fc1859d7f9.tar.gz biboumi-dfcb0a6e0e975b7a4fd3b9ca3cb340fc1859d7f9.tar.bz2 biboumi-dfcb0a6e0e975b7a4fd3b9ca3cb340fc1859d7f9.tar.xz biboumi-dfcb0a6e0e975b7a4fd3b9ca3cb340fc1859d7f9.zip |
This is no longer true, with the recent xmpp_server_ip configuration option
-rw-r--r-- | doc/biboumi.1.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index bb18475..085a754 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -132,8 +132,7 @@ The configuration file uses a simple format of the form specified, it will use the one assigned by the operating system. You can for example use outgoing_bind=192.168.1.11 to force biboumi to use the interface with this address. Note that this is only used for connections - to IRC servers, the connection to the XMPP server is always done locally - on 127.0.0.1. + to IRC servers. The configuration can be re-read at runtime (you can for example change the log level without having to restart biboumi) by sending SIGUSR1 or SIGUSR2 |