Skip to content

Commit

Permalink
Upstream Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Nov 28, 2024
1 parent 9a7944b commit dabc731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cores-configs/normalConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export async function getNormalConfigs(request, env) {
: '&security=none';

if (vlessConfigs) {
vlessConfs += `${atob('dmxlc3M')}://${userID}@${addr}:${port}?path=/${path}&encryption=none&host=${host}&type=ws${tlsFields}#${vlessRemark}\n`;
vlessConfs += `${atob('dmxlc3M6Ly8=')}${userID}@${addr}:${port}?path=/${path}&encryption=none&host=${host}&type=ws${tlsFields}#${vlessRemark}\n`;
}

if (trojanConfigs) {
trojanConfs += `${atob('dHJvamFu')}://${trojanPass}@${addr}:${port}?path=/tr${path}&host=${host}&type=ws${tlsFields}#${trojanRemark}\n`;
trojanConfs += `${atob('dHJvamFuOi8v')}${trojanPass}@${addr}:${port}?path=/tr${path}&host=${host}&type=ws${tlsFields}#${trojanRemark}\n`;
}

proxyIndex++;
Expand Down

0 comments on commit dabc731

Please sign in to comment.