mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00: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