折腾啥


承接频道/群广告
有需要的老板可以私聊联系
smart=true / smart=1 来选择性下发 smart 策略组const { smart } = $options?._req?.query || {};
if (smart && JSON.parse(smart)) {
const config = ProxyUtils.yaml.safeLoad($content)
config['proxy-groups'] = config['proxy-groups'].map(group => ({
...group,
type: ['url-test'].includes(group.type) ? 'smart' : group.type
}));
$content = ProxyUtils.yaml.safeDump(config)
}max_size 和 timeout 有问题, 使用 workaroundmax_size 固定为 999999999timeout 固定为 900
API限流:默认 30 次/分钟,可申请提升
sni 不验证sni 不验证, 官方的好像被墙了