Browse Source

WebSockets: add configuration doc

tags/v2.1.0-rc1
Hubert Hirtz 4 years ago
parent
commit
b71e23d814
2 changed files with 8 additions and 0 deletions
  1. 4
    0
      conventional.yaml
  2. 4
    0
      oragono.yaml

+ 4
- 0
conventional.yaml View File

@@ -40,6 +40,10 @@ server:
40 40
         # "/hidden_service_sockets/oragono_tor_sock":
41 41
         #     tor: true
42 42
 
43
+        # Example of a WebSocket listener.
44
+        #"127.0.0.1:8080":
45
+        #    websocket: true
46
+
43 47
     # sets the permissions for Unix listen sockets. on a typical Linux system,
44 48
     # the default is 0775 or 0755, which prevents other users/groups from connecting
45 49
     # to the socket. With 0777, it behaves like a normal TCP socket

+ 4
- 0
oragono.yaml View File

@@ -61,6 +61,10 @@ server:
61 61
         # "/hidden_service_sockets/oragono_tor_sock":
62 62
         #     tor: true
63 63
 
64
+        # Example of a WebSocket listener.
65
+        #"127.0.0.1:8080":
66
+        #    websocket: true
67
+
64 68
     # sets the permissions for Unix listen sockets. on a typical Linux system,
65 69
     # the default is 0775 or 0755, which prevents other users/groups from connecting
66 70
     # to the socket. With 0777, it behaves like a normal TCP socket

Loading…
Cancel
Save