Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu authored Jul 30, 2024
1 parent 75202c3 commit 053032e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export default {

if (socks5Data) {
const socks5 = getRandomProxyByMatch(lowerAddressid, socks5Data);
path = `/?${socks5}`;
path = `/${socks5}`;
} else {
// 遍历CMproxyIPs数组查找匹配项
for (let item of CMproxyIPs) {
Expand Down Expand Up @@ -610,7 +610,7 @@ export default {

if (socks5Data) {
const socks5 = getRandomProxyByMatch(lowerAddressid, socks5Data);
path = `/?${socks5}`;
path = `/${socks5}`;
} else {
// 遍历CMproxyIPs数组查找匹配项
for (let item of CMproxyIPs) {
Expand Down

0 comments on commit 053032e

Please sign in to comment.