From 88d93ceea1f3abf05705f9ca2168a015f2635aa0 Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Wed, 2 Jul 2025 14:30:44 +0200 Subject: [PATCH] Update domains.json --- .github/.domain/domains.json | 16 ++++++++-------- .github/workflows/update_domain.yml | 5 +++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/.domain/domains.json b/.github/.domain/domains.json index fbcac20..87e6790 100644 --- a/.github/.domain/domains.json +++ b/.github/.domain/domains.json @@ -13,9 +13,9 @@ }, "animeunity": { "domain": "so", - "full_url": "https://www.animeunity.so/", + "full_url": "http://www.animeunity.so/", "old_domain": "so", - "time_change": "2025-06-18 14:21:22" + "time_change": "2025-07-04 14:19:55" }, "animeworld": { "domain": "ac", @@ -24,10 +24,10 @@ "time_change": "2025-03-21 12:20:27" }, "guardaserie": { - "domain": "meme", - "full_url": "http://guardaserie.meme/", + "domain": "kaufen", + "full_url": "https://guardaserie.kaufen/", "old_domain": "meme", - "time_change": "2025-06-21 11:18:08" + "time_change": "2025-07-02 12:42:58" }, "ddlstreamitaly": { "domain": "co", @@ -42,15 +42,15 @@ "time_change": "2025-04-29 12:30:30" }, "altadefinizione": { - "domain": "life", - "full_url": "https://altadefinizionegratis.life/", + "domain": "qpon", + "full_url": "https://altadefinizione.qpon/", "old_domain": "blog", "time_change": "2025-06-30 21:19:33" }, "streamingcommunity": { "domain": "cloud", "full_url": "https://streamingunity.cloud/", - "old_domain": "cluud", + "old_domain": "life", "time_change": "2025-07-02 11:18:46" }, "altadefinizionegratis": { diff --git a/.github/workflows/update_domain.yml b/.github/workflows/update_domain.yml index 70d1196..d9b0515 100644 --- a/.github/workflows/update_domain.yml +++ b/.github/workflows/update_domain.yml @@ -30,8 +30,9 @@ jobs: - name: Configure DNS run: | - sudo sh -c 'echo "nameserver 9.9.9.9" > /etc/resolv.conf' - cat /etc/resolv.conf + sudo sh -c 'echo "nameserver 208.67.220.220" > /etc/resolv.conf' + sudo sh -c 'echo "nameserver 208.67.222.222" >> /etc/resolv.conf' + sudo sh -c 'echo "nameserver 77.88.8.8" >> /etc/resolv.conf' - name: Execute domain update script run: python .github/.domain/domain_update.py