From 3d316fe01cb3d29f36cb9042af65d1db128da555 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 11 Aug 2020 11:03:20 +0200 Subject: [PATCH] doc: add ident server to man page --- doc/soju.1.scd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 2a69f1e..5dd98b7 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -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.