Skip to content

Instantly share code, notes, and snippets.

View fxcl's full-sized avatar
:dependabot:
Working from home

okk fxcl

:dependabot:
Working from home
View GitHub Profile
This file has been truncated, but you can view the full file.
// Define the `main` function
const proxyName = "🛜代理模式";
function main(params) {
if (!params.proxies) return params;
overwriteRules(params);
overwriteProxyGroups(params);
overwriteDns(params);
return params;