Skip to content

Commit

Permalink
feat: v2ray-plugin 强制输出 mux: false
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Dec 29, 2019
1 parent c856731 commit ba635c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ export const getClashNodes = (
} : null),
host: nodeConfig['obfs-host'],
path: nodeConfig['obfs-uri'] || '/',
mux: false,
},
} : null),
};
Expand Down

0 comments on commit ba635c5

Please sign in to comment.