Skip to content

Commit

Permalink
Outbound orders.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Apr 17, 2024
1 parent c204f41 commit e28e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const buildWorkerLessConfig = async (env, client) => {
fragConfig.outbounds[0].settings.domainStrategy = 'UseIP';
fragConfig.outbounds[0].settings.fragment.length = `${lengthMin}-${lengthMax}`;
fragConfig.outbounds[0].settings.fragment.interval = `${intervalMin}-${intervalMax}`;
fragConfig.outbounds = [...fragConfig.outbounds, {...fakeOutbound}];
fragConfig.outbounds = [{...fragConfig.outbounds[0]}, {...fakeOutbound}, {...fragConfig.outbounds[1]}, {...fragConfig.outbounds[2]}];
fragConfig.routing.rules.pop();
if (!blockAds) {
delete fragConfig.dns.hosts;
Expand Down

0 comments on commit e28e80e

Please sign in to comment.