@@ -84,9 +84,6 @@ Edit Settings by environment variables or by command line arguments.
84
84
--uuid=<uuid> UUID for stats tracking.
85
85
[env: UUID]
86
86
87
- --no-dns-cache Disable DNS cache
88
- [env: NO_DNS_CACHE]
89
-
90
87
--anonymous Do not send platform info to the server.
91
88
[env: HIDE]
92
89
@@ -96,17 +93,16 @@ Edit Settings by environment variables or by command line arguments.
96
93
97
94
#### ENV:
98
95
99
- | ENV | Default | Document |
100
- | ------------ | ------------------------ | ------------------------------------------------------------ |
101
- | URL | ` wss://cluster.vtbs.moe ` | Upstream URL |
102
- | INTERVAL | ` 1280 ` | Task interval in ms |
103
- | LIMIT | ` Infinity ` | Live room relay WebSocket connections |
104
- | UUID | ` undefined ` | stats tracking |
105
- | NO_DNS_CACHE | ` false ` * | Disable internal DNS cache |
106
- | HIDE | ` false ` * | hide all extra information including platform, client version, Node.js runtime version, docker status ** |
107
- | NICKNAME | ` undefined ` | A optional nickname to display on statistics board (in progress). |
108
- | docker | Depends | Is Docker environment? |
109
- | VERBOSE | ` false ` * | Verbose log |
96
+ | ENV | Default | Document |
97
+ | -------- | ------------------------ | ------------------------------------------------------------ |
98
+ | URL | ` wss://cluster.vtbs.moe ` | Upstream URL |
99
+ | INTERVAL | ` 1280 ` | Task interval in ms |
100
+ | LIMIT | ` Infinity ` | Live room relay WebSocket connections |
101
+ | UUID | ` undefined ` | stats tracking |
102
+ | HIDE | ` false ` * | hide all extra information including platform, client version, Node.js runtime version, docker status ** |
103
+ | NICKNAME | ` undefined ` | A optional nickname to display on statistics board (in progress). |
104
+ | docker | Depends | Is Docker environment? |
105
+ | VERBOSE | ` false ` * | Verbose log |
110
106
111
107
\* giving any value will make it ` true `
112
108
@@ -115,3 +111,16 @@ Edit Settings by environment variables or by command line arguments.
115
111
## Contribution/Other information
116
112
117
113
The source code of backend (Cluster Manager) is available at < https://github.com/dd-center/Cluster-center >
114
+
115
+
116
+
117
+ ### Note
118
+
119
+
120
+
121
+ 1.11.0 use ` fetch ` , Node 18, remove DNS cache.
122
+
123
+
124
+
125
+ Use 1.10.0 if you need. tag ` v1.10.0 ` commit ` d0b2b7ec55fd393186c33f8deb2b1cf28cba55c7 `
126
+
0 commit comments