From b71e23d814334416dcf53eaaa51ac4ab94bfe96b Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Thu, 30 Apr 2020 23:21:19 +0200 Subject: [PATCH] WebSockets: add configuration doc --- conventional.yaml | 4 ++++ oragono.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/conventional.yaml b/conventional.yaml index 0bba476a..77c4e000 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -40,6 +40,10 @@ server: # "/hidden_service_sockets/oragono_tor_sock": # tor: true + # Example of a WebSocket listener. + #"127.0.0.1:8080": + # websocket: true + # sets the permissions for Unix listen sockets. on a typical Linux system, # the default is 0775 or 0755, which prevents other users/groups from connecting # to the socket. With 0777, it behaves like a normal TCP socket diff --git a/oragono.yaml b/oragono.yaml index d53798b5..1799b022 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -61,6 +61,10 @@ server: # "/hidden_service_sockets/oragono_tor_sock": # tor: true + # Example of a WebSocket listener. + #"127.0.0.1:8080": + # websocket: true + # sets the permissions for Unix listen sockets. on a typical Linux system, # the default is 0775 or 0755, which prevents other users/groups from connecting # to the socket. With 0777, it behaves like a normal TCP socket