Changeset 323 in code for trunk/doc/soju.1.scd
- Timestamp:
- Jun 7, 2020, 12:13:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r321 r323 73 73 - _irc+insecure://[host][:port]_ listens with plain-text over TCP (default 74 74 port if omitted: 6667) 75 - _wss://[host][:port]_ listens for WebSocket connections over TLS (default 76 port: 443) 77 - _ws+insecure://[host][:port]_ listens for plain-text WebSocket 78 connections (default port: 80) 75 79 76 80 If the scheme is omitted, "ircs" is assumed. If multiple *listen* … … 91 95 Path to the bouncer logs root directory, or empty to disable logging. By 92 96 default, logging is disabled. 97 98 *http-origin* <patterns...> 99 List of allowed HTTP origins for WebSocket listeners. The parameters are 100 interpreted as shell patterns, see *glob*(7). 93 101 94 102 # IRC SERVICE
Note:
See TracChangeset
for help on using the changeset viewer.