doc: add ident server to man page

This commit is contained in:
Simon Ser 2020-08-11 11:03:20 +02:00
parent 65302d3c1e
commit 3d316fe01c
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -86,6 +86,8 @@ The following directives are supported:
port: 443)
- _ws+insecure://[host][:port]_ listens for plain-text WebSocket
connections (default port: 80)
- _ident://[host][:port]_ listens for plain-text ident connections (default
port: 113)
If the scheme is omitted, "ircs" is assumed. If multiple *listen*
directives are specified, soju will listen on each of them.