forked from VirgilClyne/iRingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocation.stoverride
30 lines (28 loc) · 985 Bytes
/
Location.stoverride
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: iRingo for Location Services
desc: (V2) 1.修改定位服务(Location Services)配置文件 2.修改GCC(Geo Country Code)检测结果
http:
mitm:
- "gspe1-ssl.ls.apple.com"
script:
- match: ^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults(\?.*)?$
name: Location.request
type: request
require-body: false
timeout: 10
- match: ^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults(\?.*)?$
name: Location.response
type: response
require-body: true
timeout: 10
- match: ^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc
name: Location.response
type: response
require-body: true
timeout: 10
script-providers:
Location.request:
url: https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js
interval: 86400
Location.response:
url: https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.response.js
interval: 86400