Changeset 368 in code for trunk/doc


Ignore:
Timestamp:
Jul 22, 2020, 1:43:22 PM (5 years ago)
Author:
contact
Message:

doc: add example config file in man page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r365 r368  
    6464The config file has one directive per line.
    6565
     66Example:
     67
     68```
     69listen ircs://
     70tls cert.pem key.pem
     71hostname example.org
     72```
     73
     74The following directives are supported:
     75
    6676*listen* <uri>
    6777        Listening URI (default: ":6697").
Note: See TracChangeset for help on using the changeset viewer.