Skip to content
Snippets Groups Projects
Verified Commit 679f76dd authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated readme, added identd info

parent 01ea908c
Branches
No related tags found
No related merge requests found
...@@ -80,7 +80,9 @@ Per default, the container will listen on the port 4242 for connections. ...@@ -80,7 +80,9 @@ Per default, the container will listen on the port 4242 for connections.
This can be configured with `--port` and `--listen`. This can be configured with `--port` and `--listen`.
If the `--ident-daemon` argument is passed, the ident daemon will additionally 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 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 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment