diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-08-08 16:17:27 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-08-08 16:17:27 +0200 |
commit | 0053cf0d24ab60a474bd1b84060f96d7108d56d8 (patch) | |
tree | d7cf3cc059b05c50164bc8ed45d7781b56b2b4b1 /docs/conf/inspircd.conf.example | |
parent | e67a57675e6bb9b49875f43115c647c044a3fb96 (diff) |
Add WebSocket module
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 33f455357..16c34cc24 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -172,6 +172,11 @@ <bind address="" port="6660-6669" type="clients"> +# Listener accepting HTML5 WebSocket connections. +# Requires the websocket module and SHA-1 hashing support (provided by the sha1 +# module). +#<bind address="" port="7002" type="clients" hook="websocket"> + # When linking servers, the OpenSSL and GnuTLS implementations are completely # link-compatible and can be used alongside each other # on each end of the link without any significant issues. |