You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3354,7 +3352,7 @@ function generateLinksFromNewIPs(list, user, workerDomain) {
3354
3352
if (CF_HTTPS_PORTS.includes(port)) {
3355
3353
3356
3354
const wsNodeName = `${nodeName}-${port}-WS-TLS`;
3357
-
const link = `${proto}://${user}@${item.ip}:${port}?encryption=none&security=tls&sni=${workerDomain}&fp=chrome&alpn=h3%2Ch2%2Chttp%2F1.1&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3355
+
const link = `${proto}://${user}@${item.ip}:${port}?encryption=none&security=tls&sni=${workerDomain}&fp=chrome&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3358
3356
links.push(link);
3359
3357
} else if (CF_HTTP_PORTS.includes(port)) {
3360
3358
@@ -3366,7 +3364,7 @@ function generateLinksFromNewIPs(list, user, workerDomain) {
3366
3364
} else {
3367
3365
3368
3366
const wsNodeName = `${nodeName}-${port}-WS-TLS`;
3369
-
const link = `${proto}://${user}@${item.ip}:${port}?encryption=none&security=tls&sni=${workerDomain}&fp=chrome&alpn=h3%2Ch2%2Chttp%2F1.1&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3367
+
const link = `${proto}://${user}@${item.ip}:${port}?encryption=none&security=tls&sni=${workerDomain}&fp=chrome&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3370
3368
links.push(link);
3371
3369
}
3372
3370
});
@@ -3392,8 +3390,7 @@ function generateXhttpLinksFromSource(list, user, workerDomain) {
const link = `${atob('dHJvamFuOi8v')}${password}@${item.ip}:${port}?security=tls&sni=${workerDomain}&fp=chrome&alpn=h3%2Ch2%2Chttp%2F1.1&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3419
+
const link = `${atob('dHJvamFuOi8v')}${password}@${item.ip}:${port}?security=tls&sni=${workerDomain}&fp=chrome&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3423
3420
links.push(link);
3424
3421
} else if (CF_HTTP_PORTS.includes(port)) {
3425
3422
@@ -3431,7 +3428,7 @@ async function generateTrojanLinksFromNewIPs(list, user, workerDomain) {
const link = `${atob('dHJvamFuOi8v')}${password}@${item.ip}:${port}?security=tls&sni=${workerDomain}&fp=chrome&alpn=h3%2Ch2%2Chttp%2F1.1&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
3431
+
const link = `${atob('dHJvamFuOi8v')}${password}@${item.ip}:${port}?security=tls&sni=${workerDomain}&fp=chrome&type=ws&host=${workerDomain}&path=${wsPath}#${encodeURIComponent(wsNodeName)}`;
0 commit comments