mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-05-04 13:18:04 +08:00
Minor fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* #host=google.com
|
||||
*/
|
||||
function operator(proxies) {
|
||||
const host = 'baidu.com';
|
||||
const { host } = $arguments;
|
||||
proxies.forEach(p => {
|
||||
if (p.type === 'vmess' && p.network === 'ws') {
|
||||
p["ws-opts"] = p["ws-opts"] || {};
|
||||
|
||||
Reference in New Issue
Block a user