diff options
author | louiz’ <louiz@louiz.org> | 2016-11-15 00:23:19 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-11-15 00:23:19 +0100 |
commit | d872c2b49214c0a4db40a9e2d860802d9eedc563 (patch) | |
tree | cccd27de262b2823d126a48c82455d208696dbdc /doc | |
parent | ed7e66471f7018f2e7e1c6a469e5cd758b913255 (diff) | |
download | biboumi-d872c2b49214c0a4db40a9e2d860802d9eedc563.tar.gz biboumi-d872c2b49214c0a4db40a9e2d860802d9eedc563.tar.bz2 biboumi-d872c2b49214c0a4db40a9e2d860802d9eedc563.tar.xz biboumi-d872c2b49214c0a4db40a9e2d860802d9eedc563.zip |
Support the ident protocol
fix #3211
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 1df125d..06f32ff 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -152,6 +152,12 @@ 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. +identd_port +----------- + +The TCP port on which to listen for identd queries. The default is the standard value: 113. + + Usage ===== |