mirror of
https://github.com/xweiba/location-spoofer.git
synced 2026-09-21 22:30:46 +08:00
21 lines
1.5 KiB
Plaintext
21 lines
1.5 KiB
Plaintext
#!name=Apple WLOC 定位修改
|
|
#!desc=Apple 网络定位修改 | 使用说明: https://github.com/xweiba/location-spoofer/blob/main/docs/THIRD_PARTY_MODULES.md
|
|
#!icon=https://raw.githubusercontent.com/xweiba/location-spoofer/main/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png
|
|
#!author=Yu9191 Rewrite
|
|
#!homepage=https://github.com/xweiba/location-spoofer
|
|
|
|
|
|
[Argument]
|
|
longitude = input, "113.94114", tag=经度(在线选点优先)
|
|
latitude = input, "22.544577", tag=纬度(在线选点优先)
|
|
accuracy = input, "25", tag=精度(米)
|
|
randomRadius = input, "0", tag=扰动半径(米,0为关闭)
|
|
logLevel = select, "info", "off", "error", "warn", "debug", "all", tag=日志级别
|
|
|
|
[Script]
|
|
http-response ^https?:\/\/(?:gs-loc(?:-cn)?\.apple\.com|gsp-ssl\.ls\.apple\.com|bluedot\.is\.autonavi\.com(?:\.gds\.alibabadns\.com)?)\/clls\/wloc script-path=https://gh-proxy.org/https://raw.githubusercontent.com/xweiba/location-spoofer/main/ThirdParty/WlocScripts/dist/v1/wloc.js?v=1.0.8, requires-body=true, binary-body-mode=true, timeout=30, tag=Apple WLOC, argument=[{longitude},{latitude},{accuracy},{randomRadius},{logLevel}]
|
|
http-request ^https?:\/\/gs-loc(-cn)?\.apple\.com\/wloc-settings\/save script-path=https://gh-proxy.org/https://raw.githubusercontent.com/xweiba/location-spoofer/main/ThirdParty/WlocScripts/dist/v1/wloc-settings.js?v=1.0.8, timeout=10, tag=WLOC Settings
|
|
|
|
[MITM]
|
|
hostname = gs-loc.apple.com, gs-loc-cn.apple.com, gsp-ssl.ls.apple.com, bluedot.is.autonavi.com, bluedot.is.autonavi.com.gds.alibabadns.com
|