From 5eb47d2c3b420714880e2503e60ae2342dbd1bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=A2=E5=AD=90?= <46892455+TuanZiGit@users.noreply.github.com> Date: Sun, 25 May 2025 14:22:34 +0800 Subject: [PATCH] Fix Google AI Studio geoblocking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set hosts below to `8.137.102.117` which is in whitelist. ``` ai.google.dev makersuite.google.com alkalimakersuite-pa.clients6.google.com ``` Signed-off-by: 团子 <46892455+TuanZiGit@users.noreply.github.com> --- Cealing-Host.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cealing-Host.json b/Cealing-Host.json index ea43557..a506193 100644 --- a/Cealing-Host.json +++ b/Cealing-Host.json @@ -20,6 +20,7 @@ [["*xhamster42.desi"],"zh.xhamster42.desi","104.17.35.109"], [["*rutube.ru"],"","109.238.90.239"], [["*.googlevideo.com"],"",""], + [["ai.google.dev","makersuite.google.com","alkalimakersuite-pa.clients6.google.com"],"","8.137.102.117"], [["#*google*","$*google.com","*gstatic.com","*youtube.com","*youtu.be","*.ggpht.com","i.ytimg.com","*youtube-nocookie.com","*blogger.com"],"g.cn","34.49.133.3"], [["external-content.duckduckgo.com"],"","20.43.160.189"], [["*duckduckgo.com"],"","20.43.161.105"], @@ -113,4 +114,4 @@ [["*flickr.com"],"","13.33.142.102"], [["*imgur.com"],"","199.232.196.193"], [["*thetvdb.com"],"","54.192.23.105"] -] \ No newline at end of file +]