项目介绍:修改 Apple 网络定位服务 (WiFi/基站) 返回的坐标,实现 iOS 网络定位虚拟定位。打开在线选点页面选位置即可生效,无需手动填经纬度。
https://wloc-spoofer.wloc.workers.dev/
使用方法:
高系统版本推荐操作流程(成功率最高):
项目地址:
https://github.com/Yu9191/wloc 具体看md说明
- 👍8

承接频道/群广告
有需要的老板可以私聊联系
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 不验证, 官方的好像被墙了