Changeset 317 in code for trunk/doc/soju.1.scd
- Timestamp:
- Jun 4, 2020, 6:16:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r307 r317 57 57 passwords). 58 58 59 *-listen* < address>60 Listening address (default: ":6667").59 *-listen* <uri> 60 Listening URI (default: ":6697"). 61 61 62 62 # CONFIG FILE … … 64 64 The config file has one directive per line. 65 65 66 *listen* <address> 67 Listening address (default: ":6667"). 66 *listen* <uri> 67 Listening URI (default: ":6697"). 68 69 The following URIs are supported: 70 71 - _[ircs://][host][:port]_ listens with TLS over TCP (default port if 72 omitted: 6697) 73 - _irc+insecure://[host][:port]_ listens with plain-text over TCP (default 74 port if omitted: 6667) 75 76 If the scheme is omitted, "ircs" is assumed. If multiple *listen* 77 directives are specified, soju will listen on each of them. 68 78 69 79 *hostname* <name> … … 98 108 99 109 _addr_ supports several connection types: 110 100 111 - _[ircs://]host[:port]_ connects with TLS over TCP 101 112 - _irc+insecure://host[:port]_ connects with plain-text TCP
Note:
See TracChangeset
for help on using the changeset viewer.