diff --git a/README.md b/README.md index 0f448ac..74daf28 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ * Gemini * Microsoft Copilot * Microsoft Rewards +* Xbox Cloud Gaming * Truth Social, Google Labs * Claude * GitHub Copilot @@ -67,6 +68,9 @@ * Rewards * ElevenLabs * Tidal +* Clash Royale +* Clash of Clans +* Brawl Stars **И так далее.** diff --git a/changelog.md b/changelog.md index ff9da59..1ea6303 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ ### Что нового: -- Фикс Spotify, блок IP Logger'ов \ No newline at end of file +- Добавлено Xbox Cloud Gaming, Clash Royale, Clash of Clans, Brawl Stars \ No newline at end of file diff --git a/module.prop b/module.prop index 6b24c6b..f4edf7e 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=unlockallaiandservicesforrussia name=Unlock AI and EN Services for Russia -version=1.1.2 -versionCode=112 +version=1.1.3 +versionCode=113 author=avencores description=🛡 Модуль для разблокировки зарубежных сервисов AI и других для России 🌍 updateJson=https://raw.githubusercontent.com/AvenCores/Unlock_AI_and_EN_Services_for_Russia/refs/heads/main/update.json diff --git a/system/etc/hosts b/system/etc/hosts index 3701468..26b0cef 100644 --- a/system/etc/hosts +++ b/system/etc/hosts @@ -41,12 +41,13 @@ 204.12.192.222 notebooklm.google 204.12.192.222 notebooklm.google.com -# Microsoft Copilot, Microsoft Rewards, Xbox: +# Microsoft Copilot, Microsoft Rewards, Xbox, Xbox Cloud Gaming: 204.12.192.222 copilot.microsoft.com 204.12.192.222 sydney.bing.com 204.12.192.222 edgeservices.bing.com 204.12.192.221 rewards.bing.com -50.7.85.221 xsts.auth.xboxlive.com +78.40.217.193 xsts.auth.xboxlive.com +50.7.87.86 xgpuwebf2p.gssv-play-prod.xboxlive.com # Spotify: 204.12.192.222 api.spotify.com @@ -106,6 +107,18 @@ 204.12.192.222 api.squareup.com 204.12.192.222 api-global.squareup.com +# Clash Royale, Clash of Clans, Brawl Stars +3.160.212.81 cdn.id.supercell.com +18.172.112.81 security.id.supercell.com +3.165.113.14 accounts.supercell.com +18.66.195.96 game-assets.clashroyaleapp.com +51.158.190.98 game.clashroyaleapp.com +3.162.38.39 game-assets.clashofclans.com +70.34.251.56 gamea.clashofclans.com +108.157.194.81 clashofclans.inbox.supercell.com +179.43.168.109 game.brawlstarsgame.com +18.239.69.129 game-assets.brawlstarsgame.com + # Другое: 204.12.192.222 claude.ai 204.12.192.222 www.notion.so @@ -134,6 +147,7 @@ 0.0.0.0 iplis.ru 0.0.0.0 ezstat.ru 0.0.0.0 iplog.co +0.0.0.0 grabify.org # Добавлено из https://4pda.to/forum/index.php?showtopic=915158&view=findpost&p=133873426 176.99.11.77 assistantfrontend-pa.googleapis.com diff --git a/update.json b/update.json index e8c2762..23d29fe 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.1.1", - "versionCode": 111, - "zipUrl": "https://github.com/AvenCores/Unlock_AI_and_EN_Services_for_Russia/releases/download/V1.1.2/Unlock_AI_and_EN_Services_for_Russia.V1.1.2.zip", + "version": "v1.1.3", + "versionCode": 113, + "zipUrl": "https://github.com/AvenCores/Unlock_AI_and_EN_Services_for_Russia/releases/download/V1.1.3/Unlock_AI_and_EN_Services_for_Russia.V1.1.3.zip", "changelog": "https://raw.githubusercontent.com/AvenCores/Unlock_AI_and_EN_Services_for_Russia/refs/heads/main/changelog.md" }