Преглед изворни кода

WebSockets: add configuration doc

tags/v2.1.0-rc1
Hubert Hirtz пре 4 година
родитељ
комит
b71e23d814
2 измењених фајлова са 8 додато и 0 уклоњено
  1. 4
    0
      conventional.yaml
  2. 4
    0
      oragono.yaml

+ 4
- 0
conventional.yaml Прегледај датотеку

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

+ 4
- 0
oragono.yaml Прегледај датотеку

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

Loading…
Откажи
Сачувај