From 9a2bfbd4316fee64fcdf23675ae66aadb985cfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=92=E5=A5=B6=E5=8D=9A=E4=B8=BB?= <53378607+limbopro@users.noreply.github.com> Date: Sat, 19 Mar 2022 11:17:51 +0800 Subject: [PATCH] =?UTF-8?q?Safari=20=E8=B0=B7=E6=AD=8C=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=EF=BC=88Surge=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Surge/Google.sgmodule | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Surge/Google.sgmodule diff --git a/Surge/Google.sgmodule b/Surge/Google.sgmodule new file mode 100644 index 0000000..f3655e5 --- /dev/null +++ b/Surge/Google.sgmodule @@ -0,0 +1,10 @@ +#!name=Google Rewrite +#!desc=Safari 谷歌搜索重定向(Surge) +#!system=ios + +[URL Rewrite] +^https?://(www.)?g.cn https://www.google.com 302 +^https?://(www.)?google.cn https://www.google.com 302 + +[MITM] +hostname = %APPEND% www.google.cn, www.g.cn