We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd53edf commit 9a740adCopy full SHA for 9a740ad
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-node",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"private": true,
5
"license": "GPL-3.0",
6
"scripts": {
src/core/producers/egern.js
@@ -329,7 +329,6 @@ export default function Egern_Producer() {
329
user_id: proxy.uuid,
330
security: proxy.cipher,
331
tfo: proxy.tfo || proxy['fast-open'],
332
- legacy: proxy.legacy,
333
udp_relay:
334
proxy.udp || proxy.udp_relay || proxy.udp_relay,
335
next_hop: proxy.next_hop,
0 commit comments