forked from VirgilClyne/iRingo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Maps.beta.sgmodule Update Maps.sgmodule Update Maps.plugin Update Maps.stoverride
- Loading branch information
1 parent
17d72e0
commit 89fad6e
Showing
12 changed files
with
229 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
#!name= iRingo: 📍 Location | ||
#!desc=全面自定义「定位服务」的功能。 | ||
#!openUrl=http://boxjs.com/#/app/iRingo.Location | ||
#!author=VirgilClyne | ||
#!homepage=https://github.com/VirgilClyne | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/📍-定位服务 | ||
#!icon=https://images.macrumors.com/article-new/2019/07/ios_location_services-250x250.jpg | ||
#!category= iRingo | ||
|
||
[Rule] | ||
# 📍 Country Code | ||
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/VirgilClyne/iRingo/main/js/GeoServices.response.js, argument= | ||
|
||
[MITM] | ||
hostname = %APPEND% gspe1-ssl.ls.apple.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!name= iRingo: 🗺️ Maps | ||
#!desc=全面自定义「地图」的功能。 | ||
#!openUrl=http://boxjs.com/#/app/iRingo.Maps | ||
#!author=VirgilClyne | ||
#!homepage=https://github.com/VirgilClyne | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/🗺-地图 | ||
#!icon=https://www.apple.com.cn/v/maps/d/images/overview/intro_icon__dfyvjc1ohbcm_small_2x.jpg | ||
#!category= iRingo | ||
|
||
[Rule] | ||
# 🗺️ Amap | ||
DOMAIN-SUFFIX,is.autonavi.com,DIRECT | ||
# 🗺️ Traffic | ||
DOMAIN,gspe12-cn-ssl.ls.apple.com,DIRECT | ||
# 🗺️ Tiles | ||
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://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.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/VirgilClyne/iRingo/main/js/GeoServices.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://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.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/VirgilClyne/iRingo/main/js/GeoServices.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://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.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/VirgilClyne/iRingo/main/js/GeoServices.response.js, argument= | ||
|
||
[MITM] | ||
hostname = %APPEND% configuration.ls.apple.com, gspe35-ssl.ls.apple.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,19 @@ | ||
#!name= iRingo: 📍 Location & 🗺️ Maps | ||
#!desc=全面自定义「定位服务」与「地图」的功能。 | ||
#!name= iRingo: 📍 Location | ||
#!desc=全面自定义「定位服务」的功能。 | ||
#!openUrl=http://boxjs.com/#/app/iRingo.Location | ||
#!author=VirgilClyne | ||
#!homepage=https://github.com/VirgilClyne | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/📍定位服务 | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/📍-定位服务 | ||
#!icon=https://images.macrumors.com/article-new/2019/07/ios_location_services-250x250.jpg | ||
#!category= iRingo | ||
|
||
[Rule] | ||
# 📍 Country Code | ||
DOMAIN,gspe1-ssl.ls.apple.com,DIRECT | ||
# 🗺️ Tiles | ||
DOMAIN,gspe19-cn-ssl.ls.apple.com,DIRECT | ||
# 🗺️ Dispatcher | ||
DOMAIN,dispatcher.is.autonavi.com,DIRECT | ||
# 🗺️ Directions & ETA | ||
DOMAIN,direction2.is.autonavi.com,DIRECT | ||
|
||
[Script] | ||
# 🗺️ Network Defaults | ||
http-request ^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.config.defaults.request, argument= | ||
http-response ^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.response.js, requires-body=1, tag=🗺️ Maps.config.defaults.response, argument= | ||
# 📍 Country Code | ||
http-response ^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.response.js, requires-body=1, tag=📍 Location.pep.gcc.response, argument= | ||
# 🗺️ Announcements | ||
http-request ^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.config.announcements.request, argument= | ||
# 🗺️ Resource Manifest | ||
http-request ^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.geo_manifest.dynamic.config.request, argument= | ||
# 🗺️ Dispatcher | ||
http-request ^https?:\/\/gsp-ssl\.ls\.apple\.com\/dispatcher\.arpc$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.dispatcher.arpc.request, argument= | ||
http-request ^https?:\/\/dispatcher\.is\.autonavi\.com\/dispatcher$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.dispatcher.request, argument= | ||
# 🗺️ Directions & ETA | ||
http-request ^https?:\/\/gsp-ssl\.ls\.apple\.com\/directions\.arpc$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.directions.arpc.request, argument= | ||
http-request ^https?:\/\/direction2\.is\.autonavi\.com\/direction$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.direction.request, argument= | ||
# 🗺️ Traffic | ||
http-request ^https?:\/\/gspe12-ssl\.ls\.apple\.com\/traffic(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.traffic.request, argument= | ||
http-request ^https?:\/\/gspe12-cn-ssl\.ls\.apple\.com\/traffic(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.traffic.request, argument= | ||
# 🗺️ RAP(Ratings and Photos) Submission | ||
http-request ^https?:\/\/sundew\.ls\.apple\.com\/v1\/feedback\/submission\.arpc$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.feedback.submission.request, argument= | ||
http-request ^https?:\/\/rap\.is\.autonavi\.com\/rap$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.rap.request, argument= | ||
# 🗺️ RAP(Ratings and Photos) Status | ||
http-request ^https?:\/\/sundew\.ls\.apple\.com\/grp\/st$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.grp.st.request, argument= | ||
http-request ^https?:\/\/rap\.is\.autonavi\.com\/rapstatus$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.rapstatus.request, argument= | ||
# 🗺️ UGC Log Discard | ||
http-request ^https?:\/\/sundew\.ls\.apple\.com\/v1\/log_message$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.log_message.request, argument= | ||
# 🗺️ Tiles | ||
http-request ^https?:\/\/gspe19-ssl\.ls\.apple\.com\/tile\.vf(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.tile.vf.request, argument= | ||
http-request ^https?:\/\/gspe19-cn-ssl\.ls\.apple\.com\/tiles(\?.*)?$ script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, requires-body=0, tag=🗺️ Maps.tiles.request, argument= | ||
http-response ^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.response.js, requires-body=1, tag=📍 Location.pep.gcc.response, argument= | ||
|
||
[MITM] | ||
hostname = configuration.ls.apple.com, gspe1-ssl.ls.apple.com, gspe12-ssl.ls.apple.com, gspe12-cn-ssl.ls.apple.com, gspe19-ssl.ls.apple.com, gspe19-cn-ssl.ls.apple.com, gspe35-ssl.ls.apple.com, gsp-ssl.ls.apple.com, direction2.is.autonavi.com, dispatcher.is.autonavi.com, rap.is.autonavi.com, sundew.ls.apple.com | ||
hostname = gspe1-ssl.ls.apple.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!name= iRingo: 🗺️ Maps | ||
#!desc=全面自定义「地图」的功能。 | ||
#!openUrl=http://boxjs.com/#/app/iRingo.Maps | ||
#!author=VirgilClyne | ||
#!homepage=https://github.com/VirgilClyne | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/🗺-地图 | ||
#!icon=https://www.apple.com.cn/v/maps/d/images/overview/intro_icon__dfyvjc1ohbcm_small_2x.jpg | ||
#!category= iRingo | ||
|
||
[Rule] | ||
# 🗺️ Tiles | ||
DOMAIN,gspe19-cn-ssl.ls.apple.com,DIRECT | ||
# 🗺️ Dispatcher | ||
DOMAIN,dispatcher.is.autonavi.com,DIRECT | ||
# 🗺️ Directions & ETA | ||
DOMAIN,direction2.is.autonavi.com,DIRECT | ||
|
||
[Script] | ||
# 🗺️ Network Defaults | ||
http-request ^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.request.js, requires-body=0, tag=🗺️ Maps.config.defaults.request, argument= | ||
http-response ^https?:\/\/configuration\.ls\.apple\.com\/config\/defaults script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.response.js, requires-body=1, tag=🗺️ Maps.config.defaults.response, argument= | ||
# 🗺️ Announcements | ||
http-request ^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.request.js, requires-body=0, tag=🗺️ Maps.config.announcements.request, argument= | ||
http-response ^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/config\/announcements script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.response.js, requires-body=1, binary-body-mode=1, tag=🗺️ Maps.config.announcements.response, argument= | ||
# 🗺️ Resource Manifest | ||
http-request ^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.request.js, requires-body=0, tag=🗺️ Maps.config.announcements.request, argument= | ||
http-response ^https?:\/\/gspe35-ssl\.ls\.apple\.(com|cn)\/geo_manifest\/dynamic\/config script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/GeoServices.response.js, requires-body=1, binary-body-mode=1, tag=🗺️ Maps.geo_manifest.dynamic.config.response, argument= | ||
|
||
[MITM] | ||
hostname = configuration.ls.apple.com, gspe35-ssl.ls.apple.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,22 @@ | ||
|
||
#!name= iRingo: 📍 Location & 🗺️ Maps | ||
#!desc=全面自定义「定位服务」与「地图」的功能。 | ||
#!name= iRingo: 📍 Location | ||
#!desc=全面自定义「定位服务」的功能。 | ||
#!openUrl=http://boxjs.com/#/app/iRingo.Location | ||
#!author=VirgilClyne | ||
#!homepage=https://github.com/VirgilClyne | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/📍定位服务 | ||
#!manual=https://github.com/VirgilClyne/iRingo/wiki/📍-定位服务 | ||
#!icon=https://images.macrumors.com/article-new/2019/07/ios_location_services-250x250.jpg | ||
#!category= iRingo | ||
#!arguments=GeoCountryCode:US | ||
#!arguments-desc=GeoCountryCode: 国家或地区代码 | ||
|
||
[Rule] | ||
# 📍 Country Code | ||
DOMAIN,gspe1-ssl.ls.apple.com,DIRECT | ||
# 🗺️ Tiles | ||
DOMAIN,gspe19-cn-ssl.ls.apple.com,DIRECT | ||
# 🗺️ Dispatcher | ||
DOMAIN,dispatcher.is.autonavi.com,DIRECT | ||
# 🗺️ Directions & ETA | ||
DOMAIN,direction2.is.autonavi.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://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.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/VirgilClyne/iRingo/main/js/Location.response.js, argument= | ||
# 📍 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/VirgilClyne/iRingo/main/js/Location.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://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.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://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ Dispatcher | ||
🗺️ Maps.dispatcher.arpc.request = type=http-request, pattern=^https?:\/\/gsp-ssl\.ls\.apple\.com\/dispatcher\.arpc$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
🗺️ Maps.dispatcher.request = type=http-request, pattern=^https?:\/\/dispatcher\.is\.autonavi\.com\/dispatcher$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ Directions & ETA | ||
🗺️ Maps.directions.arpc.request = type=http-request, pattern=^https?:\/\/gsp-ssl\.ls\.apple\.com\/directions\.arpc$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
🗺️ Maps.direction.request = type=http-request, pattern=^https?:\/\/direction2\.is\.autonavi\.com\/direction$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ Traffic | ||
🗺️ Maps.traffic.request = type=http-request, pattern=^https?:\/\/gspe12-ssl\.ls\.apple\.com\/traffic(\?.*)?$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
🗺️ Maps.traffic.request = type=http-request, pattern=^https?:\/\/gspe12-cn-ssl\.ls\.apple\.com\/traffic(\?.*)?$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ RAP(Ratings and Photos) Submission | ||
🗺️ Maps.feedback.submission.request = type=http-request, pattern=^https?:\/\/sundew\.ls\.apple\.com\/v1\/feedback\/submission\.arpc$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
🗺️ Maps.rap.request = type=http-request, pattern=^https?:\/\/rap\.is\.autonavi\.com\/rap$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ RAP(Ratings and Photos) Status | ||
🗺️ Maps.grp.st.request = type=http-request, pattern=^https?:\/\/sundew\.ls\.apple\.com\/grp\/st$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
🗺️ Maps.rapstatus.request = type=http-request, pattern=^https?:\/\/rap\.is\.autonavi\.com\/rapstatus$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ UGC Log Discard | ||
🗺️ Maps.log_message.request = type=http-request, pattern=^https?:\/\/sundew\.ls\.apple\.com\/v1\/log_message$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
# 🗺️ Tiles | ||
🗺️ Maps.tile.vf.request = type=http-request, pattern=^https?:\/\/gspe19-ssl\.ls\.apple\.com\/tile\.vf(\?.*)?$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
🗺️ Maps.tiles.request = type=http-request, pattern=^https?:\/\/gspe19-cn-ssl\.ls\.apple\.com\/tiles(\?.*)?$, requires-body=0, script-path=https://raw.githubusercontent.com/VirgilClyne/iRingo/main/js/Location.request.js, argument= | ||
📍 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/VirgilClyne/iRingo/main/js/GeoServices.response.js, argument=PEP.GCC={{{GeoCountryCode}}} | ||
|
||
[MITM] | ||
hostname = %APPEND% configuration.ls.apple.com, gspe1-ssl.ls.apple.com, gspe12-ssl.ls.apple.com, gspe12-cn-ssl.ls.apple.com, gspe19-ssl.ls.apple.com, gspe19-cn-ssl.ls.apple.com, gspe35-ssl.ls.apple.com, gsp-ssl.ls.apple.com, direction2.is.autonavi.com, dispatcher.is.autonavi.com, rap.is.autonavi.com, sundew.ls.apple.com | ||
hostname = %APPEND% gspe1-ssl.ls.apple.com |
Oops, something went wrong.