Skip to content

Commit

Permalink
fix: srmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Oct 11, 2024
1 parent a182c03 commit 6021048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion modules/Location.srmodule
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DOMAIN,gspe1-ssl.ls.apple.com,DIRECT

[Script]
# 📍 Country Code
📍 Location.pep.gcc.response = type=http-response, pattern=^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc, requires-body=1, script-path=https://raw.githubusercontent.com/NSRingo/GeoServices/main/archive/js/response.js, argument=
📍 Location.pep.gcc.response = type=http-response, pattern=^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc, requires-body=1, script-path=https://github.com/NSRingo/GeoServices/releases/latest/download/response.js, argument=

[MITM]
hostname = %APPEND% gspe1-ssl.ls.apple.com
3 changes: 0 additions & 3 deletions modules/Maps.srmodule
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ DOMAIN,gspe19-cn-ssl.ls.apple.com,DIRECT
[Script]
# 🗺️ Network Defaults
🗺️ Maps.config.defaults.request = type=http-request, pattern=^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults, requires-body=0, script-path=https://github.com/NSRingo/GeoServices/releases/latest/download/request.js, argument=
🗺️ Maps.config.defaults.response = type=http-response, pattern=^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults, requires-body=1, script-path=https://raw.githubusercontent.com/NSRingo/GeoServices/main/archive/js/response.js, argument=
# 🗺️ Announcements
🗺️ Maps.config.announcements.request = type=http-request, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements, requires-body=0, script-path=https://github.com/NSRingo/GeoServices/releases/latest/download/request.js, argument=
🗺️ Maps.config.announcements.response = type=http-response, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements, requires-body=1, binary-body-mode=1, engine=webview, script-path=https://raw.githubusercontent.com/NSRingo/GeoServices/main/archive/js/response.js, argument=
# 🗺️ Resource Manifest
🗺️ Maps.geo_manifest.dynamic.config.request = type=http-request, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config, requires-body=0, script-path=https://github.com/NSRingo/GeoServices/releases/latest/download/request.js, argument=
🗺️ Maps.geo_manifest.dynamic.config.response = type=http-response, pattern=^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config, requires-body=1, binary-body-mode=1, engine=webview, script-path=https://raw.githubusercontent.com/NSRingo/GeoServices/main/archive/js/response.js, argument=

[MITM]
hostname = %APPEND% configuration.ls.apple.com, gspe35-ssl.ls.apple.com

0 comments on commit 6021048

Please sign in to comment.