From 5c0309e2d535ccd905fb173cc4bbb237726c72f5 Mon Sep 17 00:00:00 2001 From: avencores Date: Tue, 6 May 2025 21:22:06 +0300 Subject: [PATCH] V1.0.2 --- changelog.md | 2 +- module.prop | 4 ++-- system/etc/hosts | 13 +++++++++++++ update.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index d4e7f95..ff9da59 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ ### Что нового: -- Обновление IP +- Фикс Spotify, блок IP Logger'ов \ No newline at end of file diff --git a/module.prop b/module.prop index 1e110fd..6b24c6b 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=unlockallaiandservicesforrussia name=Unlock AI and EN Services for Russia -version=1.1.1 -versionCode=111 +version=1.1.2 +versionCode=112 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 2c888b5..3701468 100644 --- a/system/etc/hosts +++ b/system/etc/hosts @@ -62,6 +62,7 @@ 204.12.192.222 aet.spotify.com 204.12.192.222 www.spotify.com 204.12.192.222 accounts.spotify.com +204.12.192.222 open.spotify.com # Codeium: 50.7.87.85 codeium.com @@ -122,6 +123,18 @@ 0.0.0.0 only-fans.me 0.0.0.0 onlyfans.wtf +# IP Logger'ы: +0.0.0.0 iplogger.org +0.0.0.0 wl.gl +0.0.0.0 ed.tc +0.0.0.0 bc.ax +0.0.0.0 maper.info +0.0.0.0 2no.co +0.0.0.0 yip.su +0.0.0.0 iplis.ru +0.0.0.0 ezstat.ru +0.0.0.0 iplog.co + # Добавлено из https://4pda.to/forum/index.php?showtopic=915158&view=findpost&p=133873426 176.99.11.77 assistantfrontend-pa.googleapis.com 176.99.11.77 firebaseinstallations.googleapis.com diff --git a/update.json b/update.json index 466b64f..e8c2762 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.1/Unlock_AI_and_EN_Services_for_Russia.V1.1.1.zip", + "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", "changelog": "https://raw.githubusercontent.com/AvenCores/Unlock_AI_and_EN_Services_for_Russia/refs/heads/main/changelog.md" }