From 6021048b15a0c2ed3b248547316f35a7d067abc2 Mon Sep 17 00:00:00 2001 From: Virgil Clyne Date: Fri, 11 Oct 2024 17:02:20 +0800 Subject: [PATCH] fix: srmodule --- modules/Location.srmodule | 2 +- modules/Maps.srmodule | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/Location.srmodule b/modules/Location.srmodule index 891384b..361506d 100644 --- a/modules/Location.srmodule +++ b/modules/Location.srmodule @@ -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 diff --git a/modules/Maps.srmodule b/modules/Maps.srmodule index 3965847..6705b93 100644 --- a/modules/Maps.srmodule +++ b/modules/Maps.srmodule @@ -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