From 679f76dd6c2e892f5bd509a5d479ea05db09d33f Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Wed, 13 Mar 2019 16:07:05 +0100 Subject: [PATCH] Updated readme, added identd info --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3a83d..cf246a9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ Per default, the container will listen on the port 4242 for connections. This can be configured with `--port` and `--listen`. If the `--ident-daemon` argument is passed, the ident daemon will additionally -listen on 10113. You can configure this with `--ident-port`. +listen on 10113. You can configure this with `--ident-port`. This by default only listens on localhost, which obviously will cause issues when used in a container like this, so make sure to add the -`--ident-listen ::,0.0.0.0` argument. +`--ident-listen ::,0.0.0.0` argument. +You’ll also want to bind this to port 113 on the host, as IRC networks will +expect to find the ident daemon on that port. -- GitLab