diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-21 15:23:13 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-21 15:23:13 +0100 |
commit | 11761c58e11f0e7675c9be6fd93265b15bb770d5 (patch) | |
tree | 19b9135c7265feca3c80150c081f3997c36c6998 /docs | |
parent | 9efce7bd23eff8ea956b834d6c69b35df1519fe3 (diff) |
Only bind on 6667 instead of 6660-6669 in the example configs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index d678b5be3..d35dc0446 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -204,7 +204,7 @@ # shut down cleanly and left a zombie socket behind. #replace="yes"> -<bind address="" port="6660-6669" type="clients"> +<bind address="" port="6667" type="clients"> # Listener accepting HTML5 WebSocket connections. # Requires the websocket module and SHA-1 hashing support (provided by the sha1 |