Update _worker.js

This commit is contained in:
CMLiussss
2024-03-01 14:52:33 +08:00
committed by GitHub
parent 0a11445c40
commit e96f5539ce

View File

@@ -76,6 +76,7 @@ export default {
} else {
if (new RegExp('/proxyip=', 'i').test(url.pathname)) proxyIP = url.pathname.split("=")[1];
else if (new RegExp('/proxyip.', 'i').test(url.pathname)) proxyIP = url.pathname.split("/proxyip.")[1];
else if (!proxyIP || proxyIP == '') proxyIP = 'proxyip.fxxk.dedyn.io';
return await vlessOverWSHandler(request);
}
} catch (err) {