doc: add example config file in man page

This commit is contained in:
Simon Ser 2020-07-22 15:43:22 +02:00
parent ec7c78050a
commit d3661705dc
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 10 additions and 0 deletions

View File

@ -63,6 +63,16 @@ be done by adding a "@<client>" suffix to the username.
The config file has one directive per line.
Example:
```
listen ircs://
tls cert.pem key.pem
hostname example.org
```
The following directives are supported:
*listen* <uri>
Listening URI (default: ":6697").