Skip to content

Instantly share code, notes, and snippets.

@oodenough
oodenough / Apple_Maps.sgmodule
Last active July 3, 2025 02:17 — forked from mritd/Apple_Maps.sgmodule
Surge Modules
#!name= Redirect Apple Maps to 🇺🇸US
#!desc=只作用于Apple Maps,不修改定位服务和地区检测,可以通过搭配使用其他模块达成混合效果。
[URL Rewrite]
# Redirect Apple Maps to US
(^https?:\/\/gspe\d*-ssl\.ls\.apple\.)(com|cn)(\/.*)(country_code=[A-Z]{2})(.*) $1$2$3country_code=US$5 header
(^https?:\/\/gspe\d*-ssl\.ls\.apple\.)(com|cn)(\/.*)(environment=[a-z/-]{4,})(.*) $1$2$3environment=prod$5 header
[MITM]
hostname = %APPEND% gspe35-ssl.ls.apple.com