mirror of
https://github.com/xweiba/location-spoofer.git
synced 2026-09-21 22:30:46 +08:00
- iOS 虚拟定位工具,基于本地 HTTP 代理 MITM 方案 - MapKit 原生地图体验,支持搜索、收藏、实时定位 - 完整的设置引导流程(证书安装、WiFi 代理配置、环境验证) - 支持 iOS 15+,SwiftUI 构建
11 lines
170 B
AMPL
11 lines
170 B
AMPL
module pp_proxy/wloc/core
|
|
|
|
go 1.23.0
|
|
|
|
require github.com/elazarl/goproxy v1.8.5
|
|
|
|
require (
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|